aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-18tcp: refine skb->ooo_okay settingEric Dumazet1-7/+14
2023-08-18sock: annotate data-races around prot->memory_pressureEric Dumazet1-1/+1
2023-08-18devlink: add missing unregister linecard notificationJiri Pirko1-0/+3
2023-08-18Merge tag 'batadv-next-pullrequest-20230816' of git://git.open-mesh.org/linux...Jakub Kicinski11-221/+28
2023-08-18Merge tag 'batadv-net-pullrequest-20230816' of git://git.open-mesh.org/linux-...Jakub Kicinski6-5/+29
2023-08-18net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cacheJesper Dangaard Brouer1-1/+12
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-67/+113
2023-08-18mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)1-7/+4
2023-08-18lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2-2/+2
2023-08-18lwt: Fix return values of BPF xmit opsYan Zhai1-4/+3
2023-08-18Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds18-67/+110
2023-08-17netem: use seeded PRNG for correlated loss eventsFrançois Michel1-10/+12
2023-08-17netem: use a seeded PRNG for generating random lossesFrançois Michel1-5/+6
2023-08-17netem: add prng attribute to netem_sched_dataFrançois Michel1-0/+16
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-1/+1
2023-08-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-1/+40
2023-08-16bpf: Add update_socket_protocol hookGeliang Tang2-1/+40
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee2-9/+52
2023-08-16Merge tag 'nf-23-08-16' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...David S. Miller5-29/+66
2023-08-16inet: implement lockless IP_MINTTLEric Dumazet1-18/+14
2023-08-16inet: implement lockless IP_TTLEric Dumazet2-16/+13
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet5-13/+17
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet4-9/+9
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet5-15/+13
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet6-9/+9
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet7-28/+24
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet4-14/+14
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet8-17/+15
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet9-39/+29
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet5-19/+17
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet2-10/+10
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet8-30/+27
2023-08-16inet: set/get simple options locklesslyEric Dumazet1-56/+62
2023-08-16inet: introduce inet->inet_flagsEric Dumazet7-60/+39
2023-08-16ipv6: fix indentation of a config attributePrasad Pandit1-1/+1
2023-08-16Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller8-30/+33
2023-08-15net: warn about attempts to register negative ifindexJakub Kicinski1-0/+5
2023-08-15net: openvswitch: reject negative ifindexJakub Kicinski1-4/+4
2023-08-15nexthop: Do not increment dump sentinel at the end of the dumpIdo Schimmel1-1/+0
2023-08-15nexthop: Simplify nexthop bucket dumpIdo Schimmel1-5/+0
2023-08-15seg6: add NEXT-C-SID support for SRv6 End.X behaviorAndrea Mayer1-20/+88
2023-08-15networking: Update to register_net_sysctl_szJoel Granados21-28/+80
2023-08-15netfilter: Update to register_net_sysctl_szJoel Granados7-14/+31
2023-08-15ax.25: Update to register_net_sysctl_szJoel Granados1-1/+2
2023-08-15sysctl: Add size to register_net_sysctl functionJoel Granados1-9/+13
2023-08-15sysctl: Add size to register_sysctlJoel Granados1-1/+1
2023-08-15sysctl: Add a size arg to __register_sysctl_tableJoel Granados1-1/+7
2023-08-16netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso1-0/+3
2023-08-16netfilter: nf_tables: GC transaction race with netns dismantlePablo Neira Ayuso1-1/+6
2023-08-16netfilter: nf_tables: fix GC transaction races with netns and netlink event e...Pablo Neira Ayuso1-4/+32