summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxLinus Torvalds2021-11-0911-308/+269
|\
| * 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-046-246/+237
| * 9p: fix file headersDominique Martinet2021-11-0310-56/+3
| * net/9p: autoload transport modulesThomas Weißschuh2021-11-034-6/+27
| * 9p/net: fix missing error check in p9_check_errorsDominique Martinet2021-11-031-0/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-1/+1
|\ \
| * | sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang2021-11-091-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-065-5/+0
|\| |
| * | include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-065-5/+0
| |/
* | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-041-1/+1
|\ \
| * \ Merge 5.15-rc6 into tty-nextGreg Kroah-Hartman2021-10-1873-522/+939
| |\ \
| * \ \ Merge 5.15-rc3 into tty-nextGreg Kroah-Hartman2021-09-2724-97/+225
| |\ \ \
| * | | | tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-221-1/+1
* | | | | 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-024-29/+6
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-026-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-029-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-221-0/+23
| | * | | | | net: bpf: Switch over to memdup_user()Qing Wang2021-10-211-15/+6
| | * | | | | bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi2021-10-061-1/+4
| | * | | | | bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi2021-10-064-34/+80
| | * | | | | bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2021-10-062-2/+2
| * | | | | | net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood2021-11-022-1/+23
| * | | | | | net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood2021-11-022-1/+14
| * | | | | | net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-024-6/+29
| * | | | | | tcp: rename sk_wmem_free_skbTalal Ahmad2021-11-022-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