summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-01af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima7-172/+133
2024-02-01af_unix: Remove io_uring code for GC.Kuniyuki Iwashima2-29/+2
2024-02-01af_unix: Replace BUG_ON() with WARN_ON_ONCE().Kuniyuki Iwashima2-8/+8
2024-02-01net: bridge: Use KMEM_CACHE instead of kmem_cache_createKunwu Chan1-4/+1
2024-02-01net: ipv4: Simplify the allocation of slab caches in inet_initpeersKunwu Chan1-4/+1
2024-01-31Merge tag 'nf-next-24-01-29' of https://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller10-52/+83
2024-01-31ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit4-17/+65
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2-14/+14
2024-01-31ethtool: adjust struct ethtool_keee to kernel needsHeiner Kallweit1-6/+6
2024-01-31ethtool: switch back from ethtool_keee to ethtool_eee for ioctlHeiner Kallweit1-9/+39
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit3-10/+10
2024-01-31xdp: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2024-01-31net: rds: Simplify the allocation of slab caches in rds_conn_initKunwu Chan1-3/+1
2024-01-30net: tcp: accept old ack during closingMenglong Dong1-7/+11
2024-01-29netfilter: ebtables: allow xtables-nft only buildsFlorian Westphal2-1/+8
2024-01-29netfilter: xtables: allow xtables-nft only buildsFlorian Westphal5-17/+34
2024-01-29netfilter: arptables: allow xtables-nft only buildsFlorian Westphal1-15/+13
2024-01-29ipvs: Simplify the allocation of ip_vs_conn slab cachesKunwu Chan1-3/+1
2024-01-29netfilter: nf_conncount: Use KMEM_CACHE instead of kmem_cache_create()Kunwu Chan1-6/+2
2024-01-29netfilter: nf_tables: pass flags to set backend selection routinePablo Neira Ayuso1-7/+2
2024-01-29netfilter: nf_tables: Implement table adoption supportPhil Sutter1-3/+16
2024-01-29netfilter: nf_tables: Introduce NFT_TABLE_F_PERSISTPhil Sutter1-0/+7
2024-01-29net: free altname using an RCU callbackJakub Kicinski2-11/+17
2024-01-29net: fill in MODULE_DESCRIPTION()s for ieee802154Breno Leitao2-0/+2
2024-01-29taprio: validate TCA_TAPRIO_ATTR_FLAGS through policy instead of open-codingAlessandro Marcolini1-46/+26
2024-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-52/+216
2024-01-27af_unix: Try to run GC async.Kuniyuki Iwashima3-3/+18
2024-01-27af_unix: Run GC on only one CPU.Kuniyuki Iwashima1-27/+27
2024-01-27af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima2-24/+14
2024-01-27af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima3-14/+15
2024-01-27af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima1-1/+1
2024-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski37-74/+229
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds35-59/+223
2024-01-25Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-2/+2
2024-01-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni3-10/+47
2024-01-25tipc: node: remove Excess struct member kernel-doc warningsRandy Dunlap1-2/+0
2024-01-25tipc: socket: remove Excess struct member kernel-doc warningRandy Dunlap1-1/+0
2024-01-25xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski1-0/+2
2024-01-25xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski1-6/+36
2024-01-25xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski1-0/+1
2024-01-25xsk: recycle buffer in case Rx queue was fullMaciej Fijalkowski1-4/+8
2024-01-25bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko1-2/+2
2024-01-25bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko3-18/+18
2024-01-24netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso8-2/+47
2024-01-24netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal1-10/+6
2024-01-24netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal1-0/+4
2024-01-24netfilter: nft_limit: reject configurations that cause integer overflowFlorian Westphal1-7/+16
2024-01-24netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechainPablo Neira Ayuso1-2/+9
2024-01-24net/sched: flower: Fix chain template offloadIdo Schimmel2-1/+31
2024-01-24net/ipv6: resolve warning in ip6_fib.cBreno Leitao2-10/+13