aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-14mac80211: send ADDBA requests using the tid/queue of the aggregation sessionFelix Fietkau1-1/+1
2021-12-13mptcp: never allow the PM to close a listener subflowPaolo Abeni1-0/+3
2021-12-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+2
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2-4/+4
2021-12-13bpf: Do not WARN in bpf_warn_invalid_xdp_action()Paolo Abeni1-3/+3
2021-12-13SUNRPC: Remove low signal-to-noise tracepointsChuck Lever1-4/+2
2021-12-13lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-2/+1
2021-12-13SUNRPC: always treat sv_nrpools==1 as "not pooled"NeilBrown1-25/+29
2021-12-13SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown1-6/+25
2021-12-13SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-47/+2
2021-12-13SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown1-2/+7
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-11/+11
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown1-14/+5
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman3-3/+3
2021-12-13net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.Sebastian Andrzej Siewior1-1/+5
2021-12-13net: Enable max_dgram_qlen unix sysctl to be configurable by non-init user namespacesJoanne Koong1-4/+0
2021-12-13tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not setXin Long1-1/+2
2021-12-13net/sched: sch_ets: don't remove idle classes from the round-robin listDavide Caratti1-2/+2
2021-12-12net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sectionsVladimir Oltean1-30/+79
2021-12-12Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver"Vladimir Oltean1-43/+7
2021-12-12net: dsa: tag_sja1105: convert to tagger-owned dataVladimir Oltean1-17/+73
2021-12-12net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_dataVladimir Oltean1-23/+25
2021-12-12net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021qVladimir Oltean1-4/+17
2021-12-12net: dsa: tag_ocelot: convert to tagger-owned dataVladimir Oltean1-3/+70
2021-12-12net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean3-4/+84
2021-12-12net: Enable neighbor sysctls that is save for userns rootxu xin1-4/+0
2021-12-10inet_diag: fix kernel-infoleak for UDP socketsEric Dumazet1-3/+1
2021-12-10phonet: refcount leak in pep_sock_accepHangyu Hua1-0/+1
2021-12-10sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima2-3/+3
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-9/+8
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet1-1/+2
2021-12-10sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet1-5/+1
2021-12-10l2tp: add netns refcount tracker to l2tp_dfs_seq_dataEric Dumazet1-4/+5
2021-12-10net: add netns refcount tracker to struct sockEric Dumazet1-3/+3
2021-12-10net: add networking namespace refcount trackerEric Dumazet2-0/+12
2021-12-10batman-adv: remove unneeded variable in batadv_nc_initMinghao Chi1-6/+2
2021-12-09net: x25: drop harmless check of !moreJean Sacren1-1/+1
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-36/+62
2021-12-09xfrm: use net device refcount tracker helpersEric Dumazet2-3/+3
2021-12-09net: dsa: mark DSA phylink as legacy_pre_march2020Russell King (Oracle)1-0/+7
2021-12-09net/sched: fq_pie: prevent dismantle issueEric Dumazet1-0/+1
2021-12-09seg6: fix the iif in the IPv6 socket control blockAndrea Mayer1-0/+8
2021-12-09nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski1-2/+4
2021-12-09nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk1-2/+4
2021-12-09udp: using datalen to cap max gso segmentsJianguo Wu1-1/+1
2021-12-09xfrm: fix a small bug in xfrm_sa_len()Eric Dumazet1-1/+1
2021-12-08net-sysfs: warn if new queue objects are being created during device unregistrationAntoine Tenart1-0/+7
2021-12-08net-sysfs: update the queue counts in the unregistration pathAntoine Tenart1-0/+3
2021-12-08net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet1-2/+1
2021-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski6-12/+15