summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-10-31net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi
2019-10-31net: bridge: stp: don't cache eth dest pointer before skb pullNikolay Aleksandrov
2019-10-31igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet
2019-10-31xfrm: fix sa selector validationNicolas Dichtel
2019-10-31af_key: fix leaks in key_pol_get_resp and dump_sp.Jeremy Sowden
2019-10-31xfrm: Fix xfrm sel prefix length validationAnirudh Gupta
2019-10-319p/virtio: Add cleanup path in p9_virtio_initYueHaibing
2019-10-05sctp: change to hold sk after auth shkey is created successfullyXin Long
2019-10-05net/af_iucv: always register net_device notifierJulian Wiedmann
2019-10-05net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann
2019-10-05net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski
2019-10-05neigh: fix use-after-free read in pneigh_get_nextEric Dumazet
2019-10-05cfg80211: fix memory leak of wiphy device nameEric Biggers
2019-10-05ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet
2019-10-05can: purge socket error queue on sock destructWillem de Bruijn
2019-10-05can: af_can: Fix error path of can_init()YueHaibing
2019-10-05pktgen: do not sleep with the thread lock held.Paolo Abeni
2019-10-05net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun
2019-10-05net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet
2019-10-05llc: fix skb leak in llc_build_and_send_ui_pkt()Eric Dumazet
2019-10-05ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet
2019-10-05ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet
2019-10-05igmp: add a missing spin_lock_init()WANG Cong
2019-10-05igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong
2019-09-23appletalk: Fix use-after-free in atalk_proc_exitYueHaibing
2019-09-23mac80211: handle deauthentication/disassociation from TDLS peerYu Wang
2019-09-23mac80211: drop robust management frames from unknown TAJohannes Berg
2019-09-23mac80211: add API to request TDLS operation from userspaceArik Nemtsov
2019-09-23netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last ruleFlorian Westphal
2019-09-23ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra
2019-09-23ipv4: Fix raw socket lookup for local trafficDavid Ahern
2019-09-23Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa
2019-09-23Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann
2019-09-23Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann
2019-08-13netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal
2019-08-13inet: switch IP ID generator to siphashEric Dumazet
2019-08-13ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2019-08-13ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa
2019-08-13ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2019-08-13ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca
2019-08-13ipv6: Make __ipv6_select_ident staticVlad Yasevich
2019-08-13ipv6: Fix fragment id assignment on LE arches.Vlad Yasevich
2019-08-13ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich
2019-08-13Revert "inet: update the IP ID generation algorithm to higher standards."Ben Hutchings
2019-08-13packet: validate msg_namelen in send directlyWillem de Bruijn
2019-08-13packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn
2019-08-13l2ip: fix possible use-after-freeEric Dumazet
2019-08-13ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet
2019-08-13ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn
2019-08-13l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet