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