summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net_sched: fix a resource leak in tcindex_set_parms()Cong Wang2020-02-111-2/+1
* sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas2020-02-111-0/+4
* rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells2020-02-115-24/+15
* rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells2020-02-115-40/+63
* rxrpc: Fix insufficient receive notification generationDavid Howells2020-02-111-4/+2
* rxrpc: Fix use-after-free in rxrpc_put_local()David Howells2020-02-111-1/+4
* tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet2020-02-111-0/+2
* tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet2020-02-111-0/+2
* tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet2020-02-111-0/+1
* tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet2020-02-111-0/+1
* net_sched: fix an OOB access in cls_tcindexCong Wang2020-02-111-20/+20
* net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet2020-02-111-0/+2
* l2tp: Allow duplicate session creation with UDPRidge Kennedy2020-02-111-1/+6
* cls_rsvp: fix rsvp_policyEric Dumazet2020-02-111-4/+2
* net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary2020-02-051-3/+17
* xfrm: interface: do not confirm neighbor when do pmtu updateXu Wang2020-02-051-1/+1
* xfrm interface: fix packet tx through bpf_redirect()Nicolas Dichtel2020-02-051-7/+25
* vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2020-02-052-4/+22
* netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal2020-02-051-0/+3
* wireless: wext: avoid gcc -O3 warningArnd Bergmann2020-02-051-1/+2
* mac80211: Fix TKIP replay protection immediately after key setupJouni Malinen2020-02-051-3/+15
* cfg80211: Fix radar event during another phy CACOrr Mazor2020-02-054-1/+60
* wireless: fix enabling channel 12 for custom regulatory domainGanapathi Bhat2020-02-051-3/+10
* mac80211: mesh: restrict airtime metric to peered established plinksMarkus Theil2020-02-051-0/+3
* Bluetooth: Fix race condition in hci_release_sock()Dan Carpenter2020-02-051-0/+3
* net_sched: fix ops->bind_class() implementationsCong Wang2020-02-0110-29/+76
* net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet2020-02-011-0/+3
* net/x25: fix nonblocking connectMartin Schiller2020-01-291-1/+5
* netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso2020-01-291-8/+21
* netfilter: ipset: use bitmap infrastructure completelyKadlecsik József2020-01-294-10/+10
* netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal2020-01-291-0/+3
* tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet2020-01-293-0/+3
* tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang2020-01-291-2/+1
* Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni2020-01-291-1/+2
* net-sysfs: Fix reference count leakJouni Hogander2020-01-291-1/+3
* net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander2020-01-291-2/+5
* net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander2020-01-291-2/+5
* net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet2020-01-291-0/+1
* net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander2020-01-291-11/+13
* net_sched: fix datalen for ematchCong Wang2020-01-291-1/+1
* net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet2020-01-292-12/+30
* net, ip_tunnel: fix namespaces moveWilliam Dauchy2020-01-291-3/+1
* net, ip6_tunnel: fix namespaces moveWilliam Dauchy2020-01-291-3/+1
* net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom2020-01-291-3/+0
* ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actionsYuki Taguchi2020-01-291-1/+3
* packet: fix data-race in fanout_flow_is_huge()Eric Dumazet2020-01-271-3/+9
* net: neigh: use long type to store jiffies deltaEric Dumazet2020-01-271-2/+2
* xsk: Fix registration of Rx-only socketsMagnus Karlsson2020-01-271-0/+6
* net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski2020-01-271-0/+2
* net: netem: fix error path for corrupted GSO framesJakub Kicinski2020-01-271-3/+6