summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-12-19flow_offload: validate flags of filter and actionsBaowen Zheng5-19/+47
2021-12-19flow_offload: add reoffload process to update hw_countBaowen Zheng2-17/+239
2021-12-19net: sched: save full flags for tc actionBaowen Zheng1-3/+5
2021-12-19flow_offload: add process to update action stats from hardwareBaowen Zheng1-0/+34
2021-12-19flow_offload: rename exts stats update functions with hwBaowen Zheng2-11/+11
2021-12-19flow_offload: add skip_hw and skip_sw to control if offload the actionBaowen Zheng1-6/+77
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng14-23/+231
2021-12-19flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng13-208/+394
2021-12-19flow_offload: rename offload functions with offload instead of flowBaowen Zheng3-14/+14
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng1-2/+1
2021-12-19flow_offload: fill flags to action structureBaowen Zheng14-14/+14
2021-12-18xdp: move the if dev statements to the firstYajun Deng1-5/+5
2021-12-18mptcp: clean up harmless false expressionsJean Sacren1-4/+4
2021-12-18mptcp: enforce HoL-blocking estimationPaolo Abeni2-25/+48
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-57/+115
2021-12-17Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds24-56/+113
2021-12-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-2/+2
2021-12-16sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet1-1/+0
2021-12-16net/smc: Prevent smc_release() from long blockingD. Wythe1-1/+3
2021-12-16fib: expand fib_rule_policyFlorian Westphal1-1/+17
2021-12-16fib: rules: remove duplicated nla policiesFlorian Westphal6-28/+7
2021-12-16net: Fix double 0x prefix print in SKB dumpGal Pressman1-1/+1
2021-12-16net/packet: rx_owner_map depends on pg_vecWillem de Bruijn1-2/+3
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski6-22/+12
2021-12-16netfilter: conntrack: Remove useless assignment statementsluo penghao1-1/+0
2021-12-15ethtool: always write dev in ethnl_parse_header_dev_getJakub Kicinski1-3/+2
2021-12-15net: add net device refcount tracker to struct packet_typeEric Dumazet2-5/+13
2021-12-15ethtool: use ethnl_parse_header_dev_put()Eric Dumazet16-18/+23
2021-12-15mptcp: fix deadlock in __mptcp_push_pending()Maxim Galaganov1-1/+1
2021-12-15mptcp: clear 'kern' flag from fallback socketsFlorian Westphal1-1/+3
2021-12-15mptcp: remove tcp ulp setsockopt supportFlorian Westphal1-1/+0
2021-12-15net: linkwatch: be more careful about dev->linkwatch_dev_trackerEric Dumazet1-1/+12
2021-12-15mptcp: adjust to use netns refcount trackerEric Dumazet1-1/+1
2021-12-15ipv6: 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