aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds326-5500/+11776
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski4-29/+6
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-12/+34
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski9-70/+352
2021-11-01net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood2-1/+23
2021-11-01net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood2-1/+14
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-4/+2
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad4-6/+29
2021-11-01tcp: rename sk_wmem_free_skbTalal Ahmad2-4/+4
2021-11-01bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao2-0/+203
2021-11-01bpf: Factor out helpers for ctx access checkingHou Tao1-8/+1
2021-11-01skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian1-10/+33
2021-11-01net/smc: Introduce tracepoint for smcr link downTony Lu3-2/+38
2021-11-01net/smc: Introduce tracepoints for tx and rx msgTony Lu4-0/+45
2021-11-01net/smc: Introduce tracepoint for fallbackTony Lu4-0/+59
2021-11-01ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski2-42/+39
2021-11-01devlink: expose get/put functionsJakub Kicinski1-3/+5
2021-11-01ethtool: handle info/flash data copying outside rtnl_lockJakub Kicinski1-41/+69
2021-11-01ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski2-3/+13
2021-11-01udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski1-1/+1
2021-11-01net: dsa: populate supported_interfaces memberMarek BehĂșn2-0/+8
2021-11-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-4/+2
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-14/+74
2021-11-01netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso1-2/+54
2021-11-01netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso4-6/+6
2021-11-01netfilter: nft_meta: add NFT_META_IFTYPEPablo Neira Ayuso1-1/+5
2021-11-01netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream statePablo Neira Ayuso1-2/+5
2021-10-29net: bridge: switchdev: fix shim definition for br_switchdev_mdb_notifyVladimir Oltean1-12/+11
2021-10-29cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2-1/+17
2021-10-29devlink: make all symbols GPL-onlyJakub Kicinski1-4/+4
2021-10-29net: bridge: fix uninitialized variables when BRIDGE_CFM is disabledIvan Vecera1-0/+2
2021-10-29mctp: Pass flow data & flow release events to driversJeremy Kerr2-2/+104
2021-10-29mctp: Add flow extension to skbJeremy Kerr2-1/+25
2021-10-29mctp: Return new key from mctp_alloc_local_tagJeremy Kerr1-12/+16
2021-10-29sctp: return true only for pathmtu update in sctp_transport_pl_toobigXin Long1-3/+4
2021-10-29sctp: allow IP fragmentation when PLPMTUD enters Error stateXin Long2-7/+10
2021-10-28net: bridge: switchdev: consistent function namingVladimir Oltean1-54/+63
2021-10-28net: bridge: mdb: move all switchdev logic to br_switchdev.cVladimir Oltean3-252/+262
2021-10-28net: bridge: split out the switchdev portion of br_mdb_notifyVladimir Oltean1-27/+35
2021-10-28net: bridge: move br_vlan_replay to br_switchdev.cVladimir Oltean3-94/+85
2021-10-28net: bridge: provide shim definition for br_vlan_flagsVladimir Oltean1-0/+5
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski29-171/+319
2021-10-28mptcp: fix corrupt receiver key in MPC + data + checksumDavide Caratti1-15/+24
2021-10-28devlink: Simplify internal devlink params implementationLeon Romanovsky1-123/+46
2021-10-28net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan1-1/+1
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan1-4/+13
2021-10-28net: ipconfig: Release the rtnl_lock while waiting for carrierMaxime Chevallier1-2/+10
2021-10-28sch_htb: Add extack messages for EOPNOTSUPP errorsMaxim Mikityanskiy1-2/+6
2021-10-28net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu1-1/+1
2021-10-28net/smc: Fix smc_link->llc_testlink_time overflowTony Lu1-1/+1