index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-20
bpf: Check negative offsets in __bpf_skb_min_len()
Cong Wang
1
-6
/
+15
2024-12-20
skmsg: Return copied bytes in sk_msg_memcopy_from_iter
Levi Zim
1
-2
/
+3
2024-12-20
netdev-genl: avoid empty messages in napi get
Jakub Kicinski
1
-1
/
+5
2024-12-20
tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirection
Zijian Zhang
1
-1
/
+5
2024-12-19
xsk: add generic XSk &xdp_buff -> skb conversion
Alexander Lobakin
1
-0
/
+112
2024-12-19
xdp: add generic xdp_build_skb_from_buff()
Alexander Lobakin
1
-0
/
+55
2024-12-19
xdp: add generic xdp_buff_add_frag()
Alexander Lobakin
1
-0
/
+11
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-51
/
+44
2024-12-19
Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-13
/
+11
2024-12-19
net: fib_rules: Enable flow label selector usage
Ido Schimmel
1
-2
/
+2
2024-12-19
net: fib_rules: Add flow label selector attributes
Ido Schimmel
1
-0
/
+2
2024-12-18
netdev-genl: avoid empty messages in queue dump
Jakub Kicinski
1
-2
/
+2
2024-12-17
rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().
Kuniyuki Iwashima
1
-2
/
+3
2024-12-17
net: page_pool: rename page_pool_is_last_ref()
Jakub Kicinski
1
-1
/
+1
2024-12-16
sock: Introduce SO_RCVPRIORITY socket option
Anna Emese Nyiri
1
-0
/
+8
2024-12-16
sock: support SO_PRIORITY cmsg
Anna Emese Nyiri
1
-0
/
+7
2024-12-16
sock: Introduce sk_set_prio_allowed helper function
Anna Emese Nyiri
1
-3
/
+8
2024-12-16
netdev: fix repeated netlink messages in queue stats
Jakub Kicinski
1
-2
/
+2
2024-12-16
netdev: fix repeated netlink messages in queue dump
Jakub Kicinski
1
-7
/
+4
2024-12-16
net: Add the possibility to support a selected hwtstamp in netdevice
Kory Maincent
2
-7
/
+86
2024-12-16
net: Make net_hwtstamp_validate accessible
Kory Maincent
2
-1
/
+2
2024-12-16
net: Make dev_get_hwtstamp_phylib accessible
Kory Maincent
2
-2
/
+4
2024-12-14
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2
-38
/
+33
2024-12-12
page_pool: disable sync for cpu for dmabuf memory provider
Mina Almasry
2
-0
/
+2
2024-12-12
page_pool: Set `dma_sync` to false for devmem memory provider
Samiullah Khawaja
2
-5
/
+7
2024-12-12
net: page_pool: rename page_pool_alloc_netmem to *_netmems
Mina Almasry
1
-4
/
+4
2024-12-12
xdp: make __xdp_return() MP-agnostic
Alexander Lobakin
2
-34
/
+22
2024-12-12
xdp: get rid of xdp_frame::mem.id
Alexander Lobakin
2
-20
/
+20
2024-12-12
page_pool: allow mixing PPs within one bulk
Alexander Lobakin
2
-65
/
+73
2024-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+22
2024-12-10
rtnetlink: switch rtnl_fdb_dump() to for_each_netdev_dump()
Eric Dumazet
1
-57
/
+35
2024-12-10
rtnetlink: add ndo_fdb_dump_context
Eric Dumazet
1
-12
/
+14
2024-12-10
net: pktgen: Use kthread_create_on_cpu()
Frederic Weisbecker
1
-5
/
+2
2024-12-10
bpf: consider that tail calls invalidate packet pointers
Eduard Zingerman
1
-0
/
+2
2024-12-10
bpf: refactor bpf_helper_changes_pkt_data to use helper number
Eduard Zingerman
1
-35
/
+28
2024-12-10
bpf, sockmap: Fix race between element replace and close()
Michal Luczaj
1
-3
/
+2
2024-12-10
bpf, sockmap: Fix update element with same
Michal Luczaj
1
-0
/
+1
2024-12-07
rtnetlink: fix error code in rtnl_newlink()
Dan Carpenter
1
-1
/
+3
2024-12-06
net: defer final 'struct net' free in netns dismantle
Eric Dumazet
1
-1
/
+19
2024-12-05
page_pool: make page_pool_put_page_bulk() handle array of netmems
Alexander Lobakin
2
-18
/
+18
2024-12-05
xdp: register system page pool as an XDP memory model
Toke Høiland-Jørgensen
1
-1
/
+9
2024-12-05
xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()
Alexander Lobakin
1
-0
/
+3
2024-12-05
xdp: allow attaching already registered memory model to xdp_rxq_info
Alexander Lobakin
1
-0
/
+56
2024-12-05
bpf, xdp: constify some bpf_prog * function arguments
Alexander Lobakin
3
-19
/
+22
2024-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-28
/
+41
2024-12-05
net: avoid potential UAF in default_operstate()
Eric Dumazet
1
-1
/
+6
2024-12-04
netpoll: Make netpoll_send_udp return status instead of void
Maksym Kutsevol
1
-3
/
+3
2024-12-04
netpoll: Use rtnl_dereference() for npinfo pointer access
Breno Leitao
1
-2
/
+2
2024-12-03
net: Make napi_hash_lock irq safe
Joe Damato
1
-6
/
+12
2024-12-03
rtnetlink: fix double call of rtnl_link_get_net_ifla()
Cong Wang
1
-21
/
+23
[prev]
[next]