index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Lines
2024-10-11
tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rx
Eric Dumazet
-1
/
+3
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-5
/
+41
2024-10-10
net-shapers: implement shaper cleanup on queue deletion
Paolo Abeni
-0
/
+6
2024-10-10
net-shapers: implement NL get operation
Paolo Abeni
-0
/
+12
2024-10-10
genetlink: extend info user-storage to match NL cb ctx
Paolo Abeni
-2
/
+2
2024-10-10
rtnetlink: Add bulk registration helpers for rtnetlink message handlers.
Kuniyuki Iwashima
-0
/
+29
2024-10-10
net: do not delay dst_entries_add() in dst_release()
Eric Dumazet
-5
/
+12
2024-10-08
net-timestamp: namespacify the sysctl_tstamp_allow_data
Jason Xing
-12
/
+11
2024-10-08
bpf: add get_netns_cookie helper to tc programs
Mahe Tardy
-0
/
+13
2024-10-08
rtnetlink: Add ASSERT_RTNL_NET() placeholder for netdev notifier.
Kuniyuki Iwashima
-0
/
+132
2024-10-08
rtnetlink: Add assertion helpers for per-netns RTNL.
Kuniyuki Iwashima
-0
/
+12
2024-10-08
rtnetlink: Add per-netns RTNL.
Kuniyuki Iwashima
-0
/
+64
2024-10-04
net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attribute
Eric Dumazet
-0
/
+4
2024-10-04
net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message
Vadim Fedorenko
-0
/
+13
2024-10-03
ipv4: Convert ip_route_input_noref() to dscp_t.
Guillaume Nault
-2
/
+3
2024-10-03
Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-12
/
+11
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-6
/
+6
2024-10-02
bpf: Remove unused macro
Maciej Fijalkowski
-4
/
+0
2024-10-01
bpf: Make sure internal and UAPI bpf_redirect flags don't overlap
Toke Høiland-Jørgensen
-3
/
+5
2024-10-01
net: add more sanity checks to qdisc_pkt_len_init()
Eric Dumazet
-3
/
+7
2024-10-01
net: avoid potential underflow in qdisc_pkt_len_init() with UFO
Eric Dumazet
-1
/
+1
2024-10-01
net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_size
Daniel Borkmann
-1
/
+1
2024-10-01
net: Add netif_get_gro_max_size helper for GRO
Daniel Borkmann
-7
/
+2
2024-09-24
Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-17
/
+6
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-3
/
+3
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-30
/
+45
2024-09-17
Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
-1
/
+1
2024-09-13
net: fib_rules: Enable DSCP selector usage
Ido Schimmel
-1
/
+2
2024-09-13
net: fib_rules: Add DSCP selector attribute
Ido Schimmel
-1
/
+2
2024-09-13
bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
Daniel Borkmann
-21
/
+23
2024-09-13
bpf: Fix helper writes to read-only maps
Daniel Borkmann
-2
/
+4
2024-09-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-2
/
+4
2024-09-11
netdev: add dmabuf introspection
Mina Almasry
-0
/
+12
2024-09-11
net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
Mina Almasry
-0
/
+68
2024-09-11
tcp: RX path for devmem TCP
Mina Almasry
-0
/
+22
2024-09-11
net: add support for skbs with unreadable frags
Mina Almasry
-2
/
+51
2024-09-11
net: support non paged skb frags
Mina Almasry
-2
/
+15
2024-09-11
memory-provider: dmabuf devmem memory provider
Mina Almasry
-27
/
+240
2024-09-11
page_pool: devmem support
Mina Almasry
-24
/
+88
2024-09-11
netdev: netdevice devmem allocator
Mina Almasry
-0
/
+75
2024-09-11
netdev: support binding dma-buf to netdevice
Mina Almasry
-5
/
+556
2024-09-11
net: netdev netlink api to bind dma-buf to a net device
Mina Almasry
-0
/
+27
2024-09-11
netdev: add netdev_rx_queue_restart()
Mina Almasry
-0
/
+75
2024-09-11
sock_map: Add a cond_resched() in sock_hash_free()
Eric Dumazet
-0
/
+1
2024-09-11
bpf: Allow bpf_dynptr_from_skb() for tp_btf
Philo Lu
-1
/
+2
2024-09-10
Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
-0
/
+35
2024-09-09
net: remove dev_pick_tx_cpu_id()
Jakub Kicinski
-7
/
+0
2024-09-09
bpf: lwtunnel: Unmask upper DSCP bits in bpf_lwt_xmit_reroute()
Ido Schimmel
-1
/
+2
2024-09-09
net: sysfs: Fix weird usage of class's namespace relevant fields
Zijun Hu
-2
/
+2
[prev]
[next]