summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf, sockmap: Check update requirements after lockingLorenz Bauer2020-02-141-6/+10
* bpf: Improve bucket_log calculation logicMartin KaFai Lau2020-02-141-2/+3
* bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki2020-02-141-0/+4
* bpf, sockmap: Don't sleep while holding RCU lock on tear-downJakub Sitnicki2020-02-141-4/+4
* hv_sock: Remove the accept port restrictionSunil Muthuswamy2020-02-141-59/+9
* rxrpc: Fix service call disconnectionDavid Howells2020-02-111-2/+1
* drop_monitor: Do not cancel uninitialized work itemIdo Schimmel2020-02-111-1/+3
* ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()Eric Dumazet2020-02-111-0/+3
* taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes2020-02-111-2/+2
* taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes2020-02-111-1/+1
* taprio: Add missing policy validation for flagsVinicius Costa Gomes2020-02-111-0/+1
* taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes2020-02-111-20/+41
* taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes2020-02-111-13/+13
* net_sched: fix a resource leak in tcindex_set_parms()Cong Wang2020-02-111-2/+1
* devlink: report 0 after hitting end in region readJacob Keller2020-02-111-0/+6
* sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas2020-02-111-0/+4
* netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József2020-02-111-20/+21
* 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
* 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/+62
* 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
* 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
* flow_dissector: Fix to use new variables for port ranges in bpf hookYoshiki Komachi2020-02-051-2/+9
* net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary2020-02-051-3/+17
* netfilter: nf_tables_offload: fix check the chain offload flagwenxu2020-02-051-1/+1
* netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner2020-02-051-3/+3
* 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
* 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
* Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirksMarcel Holtmann2020-02-011-2/+24
* rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells2020-02-011-5/+7
* net: include struct nhmsg size in nh nlmsg sizeStephen Worley2020-02-011-1/+3
* net_sched: walk through all child classes in tc_bind_tclass()Cong Wang2020-02-011-11/+30
* 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: autoload modules from the abort pathPablo Neira Ayuso2020-01-292-43/+89