aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-12-14ipv6: use GFP_ATOMIC in rt6_probe()Eric Dumazet1-1/+1
2021-12-14xsk: Do not sleep in poll() when need_wakeup setMagnus Karlsson1-2/+2
2021-12-14Revert "pktgen: use min() to make code cleaner"David S. Miller1-2/+3
2021-12-14rds: memory leak in __rds_conn_create()Hangyu Hua1-0/+1
2021-12-14pktgen: use min() to make code cleanerChangcheng Deng1-3/+2
2021-12-14Merge tag 'mac80211-for-net-2021-12-14' of git://git.kernel.org/pub/scm/linux...David S. Miller10-36/+90
2021-12-14net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean5-110/+107
2021-12-14net: dsa: tag_sja1105: fix zeroization of ds->priv on tag proto disconnectVladimir Oltean1-1/+1
2021-12-14ethtool: fix null-ptr-deref on ref trackerJakub Kicinski1-2/+4
2021-12-14net: dev: Change the order of the arguments for the contended condition.Sebastian Andrzej Siewior1-1/+1
2021-12-14flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng1-0/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-1/+1
2021-12-14mac80211: do drv_reconfig_complete() before restarting allJohannes Berg1-7/+7
2021-12-14mac80211: mark TX-during-stop for TX in in_reconfigJohannes Berg1-1/+4
2021-12-14mac80211: update channel context before station stateMordechay Goodstein1-6/+9
2021-12-14mac80211: Fix the size used for building probe requestIlan Peer1-1/+1
2021-12-14mac80211: fix lookup when adding AddBA extension elementJohannes Berg1-2/+3
2021-12-14mac80211: validate extended element ID is presentJohannes Berg1-1/+6
2021-12-14cfg80211: Acquire wiphy mutex on regulatory workIlan Peer1-1/+6
2021-12-14mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lockJohannes Berg1-2/+8
2021-12-14nl80211: remove reload flag from regulatory_requestFinn Behrens1-4/+2
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-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 na...Joanne 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 sect...Vladimir Oltean1-30/+79
2021-12-12Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...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-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