aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* ip6_tunnel: be careful when accessing the inner headerPaolo Abeni2019-05-031-2/+11
* ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet2019-05-031-1/+2
* cfg80211: reg: Init wiphy_idx in regulatory_hint_core()Andrei Otcheretianski2019-05-031-0/+1
* cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli2019-05-031-0/+1
* ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca2019-05-031-2/+2
* xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert2019-05-031-0/+12
* xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing2019-05-031-1/+4
* packet: refine ring v3 block size test to hold one frameWillem de Bruijn2019-05-031-4/+6
* ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2019-05-031-2/+3
* KEYS: DNS: fix parsing multiple optionsEric Biggers2019-05-031-12/+16
* skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2019-05-031-0/+1
* netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn2019-05-031-3/+6
* xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet2019-05-031-3/+5
* netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2019-05-031-3/+3
* rtnetlink: validate attributes in do_setlink()Eric Dumazet2019-05-031-4/+4
* net: metrics: add proper netlink validationEric Dumazet2019-05-031-0/+2
* ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca2019-05-031-1/+2
* net/packet: refine check for priv area sizeEric Dumazet2019-05-031-1/+1
* ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov2019-05-032-8/+17
* net: test tailroom before appending to linear skbWillem de Bruijn2019-05-032-2/+4
* tcp: purge write queue in tcp_connect_init()Eric Dumazet2019-05-031-2/+5
* xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet2019-05-031-1/+1
* ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2019-05-032-4/+10
* sctp: fix the issue that the cookie-ack with auth can't get processedXin Long2019-05-031-1/+1
* tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet2019-05-031-1/+1
* sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long2019-05-031-0/+3
* l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault2019-05-031-0/+7
* ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2019-05-031-0/+2
* tcp: don't read out-of-bounds opsizeJann Horn2019-05-031-5/+2
* llc: fix NULL pointer deref for SOCK_ZAPPEDCong Wang2019-05-031-9/+12
* llc: hold llc_sap before release_sock()Cong Wang2019-05-031-0/+7
* KEYS: DNS: limit the length of option stringsEric Biggers2019-05-031-8/+6
* net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2019-05-031-10/+16
* net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller2019-05-031-11/+19
* sctp: do not check port in sctp_inet6_cmp_addrXin Long2019-05-031-30/+30
* tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2019-05-031-2/+4
* soreuseport: initialise timewait reuseport fieldEric Dumazet2019-05-031-0/+1
* net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet2019-05-031-2/+2
* net: initialize skb->peeked when cloningEric Dumazet2019-05-031-0/+1
* netlink: fix uninit-value in netlink_sendmsgEric Dumazet2019-05-031-0/+2
* ip6_tunnel: better validate user provided tunnel namesEric Dumazet2019-05-031-3/+5
* ip6_gre: better validate user provided tunnel namesEric Dumazet2019-05-031-3/+5
* ipv6: sit: better validate user provided tunnel namesEric Dumazet2019-05-031-3/+5
* ip_tunnel: better validate user provided tunnel namesEric Dumazet2019-05-031-5/+6
* irda: Only insert new objects into the global database via setsockoptTyler Hicks2019-05-031-1/+5
* irda: Fix memory leak caused by repeated binds of irda socketTyler Hicks2019-05-031-0/+7
* net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet2019-05-031-1/+1
* netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko2019-05-031-0/+3
* net: Fix permission check in netlink_connect()Mike Pecovnik2019-05-031-2/+2
* skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2019-05-021-1/+1