summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-11-11pkt_sched: Fix warning false positives.David S. Miller
2017-11-11netfilter: xt_socket: fix compilation warnings with gcc 4.7Pablo Neira Ayuso
2017-11-11dccp: Fix compile warning in probe code.David S. Miller
2017-11-11packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn
2017-11-11packet: hold bind lock when rebinding to fanout hookWillem de Bruijn
2017-11-11packet: race condition in packet_bindFrancesco Ruggeri
2017-11-11mac80211: accept key reinstall without changing anythingJohannes Berg
2017-11-11sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov
2017-11-11sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov
2017-11-11sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov
2017-11-11sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov
2017-11-11sch_multiq: fix double free on init failureNikolay Aleksandrov
2017-11-11sch_htb: fix crash on init failureNikolay Aleksandrov
2017-11-11net_sched: fix error recovery at qdisc creationEric Dumazet
2017-11-11ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-11-11l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault
2017-11-11l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault
2017-11-11l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault
2017-11-11l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault
2017-11-11l2tp: hold tunnel while processing genl delete commandGuillaume Nault
2017-11-11l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault
2017-11-11l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault
2017-11-11l2tp: initialise session's refcount before making it reachableGuillaume Nault
2017-11-11xfrm_user: fix info leak in build_aevent()Mathias Krause
2017-11-11xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause
2017-11-11ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert
2017-11-11ipv6: add rcu grace period before freeing fib6_nodeWei Wang
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau
2017-11-11ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio
2017-11-11af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet
2017-11-11ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar
2017-10-12net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim
2017-10-12netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_getAndrey Vagin
2017-10-12l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber
2017-10-12Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri
2017-10-12nl80211: check for the required netlink attributes presenceVladis Dronov
2017-10-12cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIESSrinivas Dasari
2017-10-12cfg80211: Check if PMKID attribute is of expected sizeSrinivas Dasari
2017-10-12ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca
2017-10-12ipv6: always add flag an address that failed DAD with DADFAILEDLubomir Rintel
2017-10-12af_iucv: Move sockaddr length checks to before accessing sa_family in bind an...Mateusz Jurczyk
2017-09-15xfrm: policy: check policy direction valueVladis Dronov
2017-09-15tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-09-15net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-09-15ipv6: avoid unregistering inet6_dev for loopbackWANG Cong
2017-09-15rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych
2017-09-15xfrm: NULL dereference on allocation failureDan Carpenter
2017-09-15xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter
2017-09-15net: ping: do not abuse udp_poll()Eric Dumazet
2017-09-15ipv6: Fix leak in ipv6_gso_segment().David S. Miller