summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-02-11rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells5-24/+15
2020-02-11rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells5-40/+63
2020-02-11rxrpc: Fix insufficient receive notification generationDavid Howells1-4/+2
2020-02-11rxrpc: Fix use-after-free in rxrpc_put_local()David Howells1-1/+4
2020-02-11tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-11tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-11tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet1-0/+1
2020-02-11tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet1-0/+1
2020-02-11net_sched: fix an OOB access in cls_tcindexCong Wang1-20/+20
2020-02-11net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet1-0/+2
2020-02-11l2tp: Allow duplicate session creation with UDPRidge Kennedy1-1/+6
2020-02-11cls_rsvp: fix rsvp_policyEric Dumazet1-4/+2
2020-02-05net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary1-3/+17
2020-02-05xfrm: interface: do not confirm neighbor when do pmtu updateXu Wang1-1/+1
2020-02-05xfrm interface: fix packet tx through bpf_redirect()Nicolas Dichtel1-7/+25
2020-02-05vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2-4/+22
2020-02-05netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal1-0/+3
2020-02-05wireless: wext: avoid gcc -O3 warningArnd Bergmann1-1/+2
2020-02-05mac80211: Fix TKIP replay protection immediately after key setupJouni Malinen1-3/+15
2020-02-05cfg80211: Fix radar event during another phy CACOrr Mazor4-1/+60
2020-02-05wireless: fix enabling channel 12 for custom regulatory domainGanapathi Bhat1-3/+10
2020-02-05mac80211: mesh: restrict airtime metric to peered established plinksMarkus Theil1-0/+3
2020-02-05Bluetooth: Fix race condition in hci_release_sock()Dan Carpenter1-0/+3
2020-02-01net_sched: fix ops->bind_class() implementationsCong Wang10-29/+76
2020-02-01net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet1-0/+3
2020-01-29net/x25: fix nonblocking connectMartin Schiller1-1/+5
2020-01-29netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso1-8/+21
2020-01-29netfilter: ipset: use bitmap infrastructure completelyKadlecsik József4-10/+10
2020-01-29netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal1-0/+3
2020-01-29tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet3-0/+3
2020-01-29tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang1-2/+1
2020-01-29Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni1-1/+2
2020-01-29net-sysfs: Fix reference count leakJouni Hogander1-1/+3
2020-01-29net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander1-2/+5
2020-01-29net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander1-2/+5
2020-01-29net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet1-0/+1
2020-01-29net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander1-11/+13
2020-01-29net_sched: fix datalen for ematchCong Wang1-1/+1
2020-01-29net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet2-12/+30
2020-01-29net, ip_tunnel: fix namespaces moveWilliam Dauchy1-3/+1
2020-01-29net, ip6_tunnel: fix namespaces moveWilliam Dauchy1-3/+1
2020-01-29net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom1-3/+0
2020-01-29ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actionsYuki Taguchi1-1/+3
2020-01-27packet: fix data-race in fanout_flow_is_huge()Eric Dumazet1-3/+9
2020-01-27net: neigh: use long type to store jiffies deltaEric Dumazet1-2/+2
2020-01-27xsk: Fix registration of Rx-only socketsMagnus Karlsson1-0/+6
2020-01-27net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski1-0/+2
2020-01-27net: netem: fix error path for corrupted GSO framesJakub Kicinski1-3/+6
2020-01-27net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul1-5/+20
2020-01-27net/smc: receive returns without dataKarsten Graul1-3/+1