aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-10-14net: napi: Add napi_configJoe Damato2-7/+85
2024-10-14netdev-genl: Dump gro_flush_timeoutJoe Damato1-0/+6
2024-10-14net: napi: Make gro_flush_timeout per-NAPIJoe Damato3-7/+47
2024-10-14netdev-genl: Dump napi_defer_hard_irqsJoe Damato1-0/+6
2024-10-14net: napi: Make napi_defer_hard_irqs per-NAPIJoe Damato3-6/+42
2024-10-14net: add skb_set_owner_edemux() helperEric Dumazet1-6/+3
2024-10-14net: add TIME_WAIT logic to sk_to_full_sk()Eric Dumazet1-5/+1
2024-10-11net: do not acquire rtnl in fib_seq_sum()Eric Dumazet1-2/+0
2024-10-11fib: rules: use READ_ONCE()/WRITE_ONCE() on ops->fib_rules_seqEric Dumazet1-6/+8
2024-10-11tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rxEric Dumazet1-1/+3
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+41
2024-10-10net-shapers: implement shaper cleanup on queue deletionPaolo Abeni2-0/+6
2024-10-10net-shapers: implement NL get operationPaolo Abeni2-0/+12
2024-10-10genetlink: extend info user-storage to match NL cb ctxPaolo Abeni2-2/+2
2024-10-10rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima1-0/+29
2024-10-10net: do not delay dst_entries_add() in dst_release()Eric Dumazet1-5/+12
2024-10-08net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing4-12/+11
2024-10-08bpf: add get_netns_cookie helper to tc programsMahe Tardy1-0/+13
2024-10-08rtnetlink: Add ASSERT_RTNL_NET() placeholder for netdev notifier.Kuniyuki Iwashima2-0/+132
2024-10-08rtnetlink: Add assertion helpers for per-netns RTNL.Kuniyuki Iwashima1-0/+12
2024-10-08rtnetlink: Add per-netns RTNL.Kuniyuki Iwashima2-0/+64
2024-10-04net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attributeEric Dumazet1-0/+4
2024-10-04net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control messageVadim Fedorenko1-0/+13
2024-10-03ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault1-2/+3
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-12/+11
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro6-6/+6
2024-10-02bpf: Remove unused macroMaciej Fijalkowski1-4/+0
2024-10-01bpf: Make sure internal and UAPI bpf_redirect flags don't overlapToke Høiland-Jørgensen1-3/+5
2024-10-01net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7
2024-10-01net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet1-1/+1
2024-10-01net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann1-1/+1
2024-10-01net: Add netif_get_gro_max_size helper for GRODaniel Borkmann1-7/+2
2024-09-24Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-17/+6
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-30/+45
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-09-13net: fib_rules: Enable DSCP selector usageIdo Schimmel1-1/+2
2024-09-13net: fib_rules: Add DSCP selector attributeIdo Schimmel1-1/+2
2024-09-13bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann1-21/+23
2024-09-13bpf: Fix helper writes to read-only mapsDaniel Borkmann1-2/+4
2024-09-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-2/+4
2024-09-11netdev: add dmabuf introspectionMina Almasry2-0/+12
2024-09-11net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry1-0/+68
2024-09-11tcp: RX path for devmem TCPMina Almasry1-0/+22
2024-09-11net: add support for skbs with unreadable fragsMina Almasry3-2/+51
2024-09-11net: support non paged skb fragsMina Almasry3-2/+15
2024-09-11memory-provider: dmabuf devmem memory providerMina Almasry6-27/+240
2024-09-11page_pool: devmem supportMina Almasry5-24/+88
2024-09-11netdev: netdevice devmem allocatorMina Almasry2-0/+75