summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-02326-5500/+11776
|\
| * Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-014-29/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-016-12/+34
| |\
| | * udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski2021-11-011-1/+1
| | * cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2021-10-292-1/+17
| | * net: bridge: fix uninitialized variables when BRIDGE_CFM is disabledIvan Vecera2021-10-291-0/+2
| | * sctp: return true only for pathmtu update in sctp_transport_pl_toobigXin Long2021-10-291-3/+4
| | * sctp: allow IP fragmentation when PLPMTUD enters Error stateXin Long2021-10-292-7/+10
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-019-70/+352
| |\ \
| | * | bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao2021-11-012-0/+203
| | * | bpf: Factor out helpers for ctx access checkingHou Tao2021-11-011-8/+1
| | * | skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian2021-11-011-10/+33
| | * | bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen2021-10-211-0/+23
| | * | net: bpf: Switch over to memdup_user()Qing Wang2021-10-201-15/+6
| | * | bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi2021-10-051-1/+4
| | * | bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi2021-10-054-34/+80
| | * | bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2021-10-052-2/+2
| * | | net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood2021-11-012-1/+23
| * | | net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood2021-11-012-1/+14
| * | | net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-014-6/+29
| * | | tcp: rename sk_wmem_free_skbTalal Ahmad2021-11-012-4/+4
| * | | net/smc: Introduce tracepoint for smcr link downTony Lu2021-11-013-2/+38
| * | | net/smc: Introduce tracepoints for tx and rx msgTony Lu2021-11-014-0/+45
| * | | net/smc: Introduce tracepoint for fallbackTony Lu2021-11-014-0/+59
| * | | ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski2021-11-012-42/+39
| * | | devlink: expose get/put functionsJakub Kicinski2021-11-011-3/+5
| * | | ethtool: handle info/flash data copying outside rtnl_lockJakub Kicinski2021-11-011-41/+69
| * | | ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski2021-11-012-3/+13
| * | | net: dsa: populate supported_interfaces memberMarek BehĂșn2021-11-012-0/+8
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-11-012-4/+2
| |\ \ \
| | * | | xfrm: Remove redundant fields and related parenthesesluo penghao2021-10-281-2/+2
| | * | | net/ipv4/xfrm4_tunnel.c: remove superfluous header files from xfrm4_tunnel.cMianhan Liu2021-09-231-2/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-11-016-14/+74
| |\ \ \ \
| | * | | | netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso2021-11-011-2/+54
| | * | | | netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso2021-11-014-6/+6
| | * | | | netfilter: nft_meta: add NFT_META_IFTYPEPablo Neira Ayuso2021-11-011-1/+5
| | * | | | netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream statePablo Neira Ayuso2021-11-011-2/+5
| | * | | | netfilter: ebtables: use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva2021-10-221-3/+4
| * | | | | net: bridge: switchdev: fix shim definition for br_switchdev_mdb_notifyVladimir Oltean2021-10-291-12/+11
| * | | | | devlink: make all symbols GPL-onlyJakub Kicinski2021-10-291-4/+4
| * | | | | mctp: Pass flow data & flow release events to driversJeremy Kerr2021-10-292-2/+104
| * | | | | mctp: Add flow extension to skbJeremy Kerr2021-10-292-1/+25
| * | | | | mctp: Return new key from mctp_alloc_local_tagJeremy Kerr2021-10-291-12/+16
| * | | | | net: bridge: switchdev: consistent function namingVladimir Oltean2021-10-281-54/+63
| * | | | | net: bridge: mdb: move all switchdev logic to br_switchdev.cVladimir Oltean2021-10-283-252/+262
| * | | | | net: bridge: split out the switchdev portion of br_mdb_notifyVladimir Oltean2021-10-281-27/+35
| * | | | | net: bridge: move br_vlan_replay to br_switchdev.cVladimir Oltean2021-10-283-94/+85
| * | | | | net: bridge: provide shim definition for br_vlan_flagsVladimir Oltean2021-10-281-0/+5
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-2829-171/+319
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | devlink: Simplify internal devlink params implementationLeon Romanovsky2021-10-281-123/+46