summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-12-18xdp: move the if dev statements to the firstYajun Deng
2021-12-17mptcp: clean up harmless false expressionsJean Sacren
2021-12-17mptcp: enforce HoL-blocking estimationPaolo Abeni
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-12-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-16sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet
2021-12-16net/smc: Prevent smc_release() from long blockingD. Wythe
2021-12-16fib: expand fib_rule_policyFlorian Westphal
2021-12-16fib: rules: remove duplicated nla policiesFlorian Westphal
2021-12-16net: Fix double 0x prefix print in SKB dumpGal Pressman
2021-12-15net/packet: rx_owner_map depends on pg_vecWillem de Bruijn
2021-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2021-12-16netfilter: conntrack: Remove useless assignment statementsluo penghao
2021-12-15ethtool: always write dev in ethnl_parse_header_dev_getJakub Kicinski
2021-12-15net: add net device refcount tracker to struct packet_typeEric Dumazet
2021-12-15ethtool: use ethnl_parse_header_dev_put()Eric Dumazet
2021-12-14mptcp: fix deadlock in __mptcp_push_pending()Maxim Galaganov
2021-12-14mptcp: clear 'kern' flag from fallback socketsFlorian Westphal
2021-12-14mptcp: remove tcp ulp setsockopt supportFlorian Westphal
2021-12-14net: linkwatch: be more careful about dev->linkwatch_dev_trackerEric Dumazet
2021-12-14mptcp: adjust to use netns refcount trackerEric Dumazet
2021-12-14ipv6: use GFP_ATOMIC in rt6_probe()Eric Dumazet
2021-12-14xsk: Do not sleep in poll() when need_wakeup setMagnus Karlsson
2021-12-14Revert "pktgen: use min() to make code cleaner"David S. Miller
2021-12-14rds: memory leak in __rds_conn_create()Hangyu Hua
2021-12-14pktgen: use min() to make code cleanerChangcheng Deng
2021-12-14Merge tag 'mac80211-for-net-2021-12-14' of git://git.kernel.org/pub/scm/linux...David S. Miller
2021-12-14net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean
2021-12-14net: dsa: tag_sja1105: fix zeroization of ds->priv on tag proto disconnectVladimir Oltean
2021-12-14ethtool: fix null-ptr-deref on ref trackerJakub Kicinski
2021-12-14net: dev: Change the order of the arguments for the contended condition.Sebastian Andrzej Siewior
2021-12-14flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-12-14mac80211: do drv_reconfig_complete() before restarting allJohannes Berg
2021-12-14mac80211: mark TX-during-stop for TX in in_reconfigJohannes Berg
2021-12-14mac80211: update channel context before station stateMordechay Goodstein
2021-12-14mac80211: Fix the size used for building probe requestIlan Peer
2021-12-14mac80211: fix lookup when adding AddBA extension elementJohannes Berg
2021-12-14mac80211: validate extended element ID is presentJohannes Berg
2021-12-14cfg80211: Acquire wiphy mutex on regulatory workIlan Peer
2021-12-14mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lockJohannes Berg
2021-12-14nl80211: remove reload flag from regulatory_requestFinn Behrens
2021-12-14mac80211: send ADDBA requests using the tid/queue of the aggregation sessionFelix Fietkau
2021-12-13mptcp: never allow the PM to close a listener subflowPaolo Abeni
2021-12-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-12-13net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.Sebastian Andrzej Siewior
2021-12-13net: Enable max_dgram_qlen unix sysctl to be configurable by non-init user na...Joanne Koong
2021-12-13tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not setXin Long
2021-12-13net/sched: sch_ets: don't remove idle classes from the round-robin listDavide Caratti