summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* pkt_sched: Fix warning false positives.David S. Miller2017-11-112-2/+2
* netfilter: xt_socket: fix compilation warnings with gcc 4.7Pablo Neira Ayuso2017-11-111-6/+6
* dccp: Fix compile warning in probe code.David S. Miller2017-11-111-2/+12
* packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn2017-11-111-3/+5
* packet: hold bind lock when rebinding to fanout hookWillem de Bruijn2017-11-111-5/+11
* packet: race condition in packet_bindFrancesco Ruggeri2017-11-111-32/+54
* mac80211: accept key reinstall without changing anythingJohannes Berg2017-11-111-3/+17
* sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov2017-11-111-2/+3
* sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov2017-11-111-2/+2
* sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov2017-11-111-3/+7
* sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov2017-11-111-2/+2
* sch_multiq: fix double free on init failureNikolay Aleksandrov2017-11-111-7/+2
* sch_htb: fix crash on init failureNikolay Aleksandrov2017-11-111-2/+3
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-11-113-20/+11
* ipv6: fix sparse warning on rt6i_nodeWei Wang2017-11-112-4/+8
* l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault2017-11-111-9/+12
* l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault2017-11-111-6/+0
* l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault2017-11-111-12/+15
* l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault2017-11-111-2/+4
* l2tp: hold tunnel while processing genl delete commandGuillaume Nault2017-11-111-2/+4
* l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault2017-11-113-31/+41
* l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault2017-11-112-5/+7
* l2tp: initialise session's refcount before making it reachableGuillaume Nault2017-11-111-4/+2
* xfrm_user: fix info leak in build_aevent()Mathias Krause2017-11-111-0/+1
* xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause2017-11-111-0/+1
* ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert2017-11-111-1/+1
* ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-11-112-7/+27
* ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2017-11-113-6/+4
* ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio2017-11-111-4/+2
* af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet2017-11-111-22/+26
* ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar2017-11-111-4/+5
* net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim2017-10-121-1/+2
* netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_getAndrey Vagin2017-10-121-4/+17
* l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber2017-10-121-1/+1
* Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri2017-10-121-27/+36
* nl80211: check for the required netlink attributes presenceVladis Dronov2017-10-121-0/+3
* cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIESSrinivas Dasari2017-10-121-0/+4
* cfg80211: Check if PMKID attribute is of expected sizeSrinivas Dasari2017-10-121-2/+1
* ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca2017-10-121-9/+10
* ipv6: always add flag an address that failed DAD with DADFAILEDLubomir Rintel2017-10-121-2/+3
* af_iucv: Move sockaddr length checks to before accessing sa_family in bind an...Mateusz Jurczyk2017-10-121-5/+3
* xfrm: policy: check policy direction valueVladis Dronov2017-09-151-0/+6
* tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-09-151-0/+4
* net: prevent sign extension in dev_get_stats()Eric Dumazet2017-09-151-1/+1
* ipv6: avoid unregistering inet6_dev for loopbackWANG Cong2017-09-151-1/+4
* rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych2017-09-151-0/+2
* xfrm: NULL dereference on allocation failureDan Carpenter2017-09-151-0/+1
* xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter2017-09-151-4/+12
* net: ping: do not abuse udp_poll()Eric Dumazet2017-09-151-1/+1
* ipv6: Fix leak in ipv6_gso_segment().David S. Miller2017-09-151-1/+3