summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-11-221-0/+2
* ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET2019-11-221-1/+1
* tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell2019-11-221-1/+1
* sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang2019-11-221-1/+1
* sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long2019-11-221-1/+1
* mld: fix memory leak in mld_del_delrec()Eric Dumazet2019-11-221-2/+3
* batman-adv: Only read OGM tvlv_len after buffer len checkSven Eckelmann2019-11-221-6/+12
* Revert "cfg80211: fix processing world regdomain when non modular"Hodaszi, Robert2019-11-221-1/+1
* net/packet: fix race in tpacket_snd()Eric Dumazet2019-11-221-0/+7
* sctp: fix the transport error_count checkXin Long2019-11-221-1/+1
* netfilter: conntrack: Use consistent ct id hash calculationDirk Morris2019-11-221-8/+8
* net: bridge: mcast: don't delete permanent entries when fast leave is enabledNikolay Aleksandrov2019-11-221-0/+3
* net: fix ifindex collision during namespace removalJiri Pirko2019-11-221-0/+2
* net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai2019-11-221-1/+2
* cfg80211: wext: avoid copying malformed SSIDsWill Deacon2019-11-151-2/+6
* nfc: enforce CAP_NET_RAW for raw socketsOri Nimron2019-11-151-2/+5
* appletalk: enforce CAP_NET_RAW for raw socketsOri Nimron2019-11-151-0/+5
* ieee802154: enforce CAP_NET_RAW for raw socketsOri Nimron2019-11-151-0/+3
* ax25: enforce CAP_NET_RAW for raw socketsOri Nimron2019-11-151-0/+2
* net: netem: fix error path for corrupted GSO framesJakub Kicinski2019-11-151-3/+6
* net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi2019-10-311-0/+2
* net: bridge: stp: don't cache eth dest pointer before skb pullNikolay Aleksandrov2019-10-311-2/+1
* igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet2019-10-311-6/+2
* xfrm: fix sa selector validationNicolas Dichtel2019-10-311-0/+3
* af_key: fix leaks in key_pol_get_resp and dump_sp.Jeremy Sowden2019-10-311-2/+6
* xfrm: Fix xfrm sel prefix length validationAnirudh Gupta2019-10-311-0/+16
* 9p/virtio: Add cleanup path in p9_virtio_initYueHaibing2019-10-311-1/+7
* sctp: change to hold sk after auth shkey is created successfullyXin Long2019-10-051-4/+4
* net/af_iucv: always register net_device notifierJulian Wiedmann2019-10-051-7/+20
* net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann2019-10-051-1/+5
* net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski2019-10-051-5/+8
* neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-10-051-0/+7
* cfg80211: fix memory leak of wiphy device nameEric Biggers2019-10-051-1/+1
* ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet2019-10-051-3/+4
* can: purge socket error queue on sock destructWillem de Bruijn2019-10-051-0/+1
* can: af_can: Fix error path of can_init()YueHaibing2019-10-051-2/+21
* pktgen: do not sleep with the thread lock held.Paolo Abeni2019-10-051-0/+11
* net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun2019-10-051-4/+6
* net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-10-051-1/+1
* llc: fix skb leak in llc_build_and_send_ui_pkt()Eric Dumazet2019-10-051-0/+2
* ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-10-051-11/+11
* ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-10-051-17/+30
* igmp: add a missing spin_lock_init()WANG Cong2019-10-051-0/+1
* igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong2019-10-051-8/+13
* appletalk: Fix use-after-free in atalk_proc_exitYueHaibing2019-09-233-8/+36
* mac80211: handle deauthentication/disassociation from TDLS peerYu Wang2019-09-233-4/+38
* mac80211: drop robust management frames from unknown TAJohannes Berg2019-09-231-0/+2
* mac80211: add API to request TDLS operation from userspaceArik Nemtsov2019-09-231-0/+17
* netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last ruleFlorian Westphal2019-09-231-1/+3
* ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra2019-09-231-1/+1