summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-01-31net: ipv4: Simplify the allocation of slab caches in inet_initpeersKunwu Chan
2024-01-31Merge tag 'nf-next-24-01-29' of https://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2024-01-31ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: adjust struct ethtool_keee to kernel needsHeiner Kallweit
2024-01-31ethtool: switch back from ethtool_keee to ethtool_eee for ioctlHeiner Kallweit
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2024-01-30xdp: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-01-30net: rds: Simplify the allocation of slab caches in rds_conn_initKunwu Chan
2024-01-29net: tcp: accept old ack during closingMenglong Dong
2024-01-29netfilter: ebtables: allow xtables-nft only buildsFlorian Westphal
2024-01-29netfilter: xtables: allow xtables-nft only buildsFlorian Westphal
2024-01-29netfilter: arptables: allow xtables-nft only buildsFlorian Westphal
2024-01-29ipvs: Simplify the allocation of ip_vs_conn slab cachesKunwu Chan
2024-01-29netfilter: nf_conncount: Use KMEM_CACHE instead of kmem_cache_create()Kunwu Chan
2024-01-29netfilter: nf_tables: pass flags to set backend selection routinePablo Neira Ayuso
2024-01-29netfilter: nf_tables: Implement table adoption supportPhil Sutter
2024-01-29netfilter: nf_tables: Introduce NFT_TABLE_F_PERSISTPhil Sutter
2024-01-29net: free altname using an RCU callbackJakub Kicinski
2024-01-29net: fill in MODULE_DESCRIPTION()s for ieee802154Breno Leitao
2024-01-29taprio: validate TCA_TAPRIO_ATTR_FLAGS through policy instead of open-codingAlessandro Marcolini
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-01-26af_unix: Try to run GC async.Kuniyuki Iwashima
2024-01-26af_unix: Run GC on only one CPU.Kuniyuki Iwashima
2024-01-26af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima
2024-01-26af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima
2024-01-26af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima
2024-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-01-25Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-01-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-01-24tipc: node: remove Excess struct member kernel-doc warningsRandy Dunlap
2024-01-24tipc: socket: remove Excess struct member kernel-doc warningRandy Dunlap
2024-01-24xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski
2024-01-24xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski
2024-01-24xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski
2024-01-24xsk: recycle buffer in case Rx queue was fullMaciej Fijalkowski
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko
2024-01-24bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko
2024-01-24netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso
2024-01-24netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal
2024-01-24netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal
2024-01-24netfilter: nft_limit: reject configurations that cause integer overflowFlorian Westphal
2024-01-24netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechainPablo Neira Ayuso
2024-01-24net/sched: flower: Fix chain template offloadIdo Schimmel
2024-01-23net/ipv6: resolve warning in ip6_fib.cBreno Leitao
2024-01-23net/ipv6: Remove unnecessary pr_debug() logsBreno Leitao
2024-01-23bpf, net: switch to dynamic registrationKui-Feng Lee
2024-01-23bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee
2024-01-23bpf: tcp: Support arbitrary SYN Cookie.Kuniyuki Iwashima