index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-21
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2
-9
/
+23
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
tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirection
Zijian Zhang
1
-1
/
+5
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-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-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-14
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2
-38
/
+33
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
net: avoid potential UAF in default_operstate()
Eric Dumazet
1
-1
/
+6
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
2024-11-24
rtnetlink: fix rtnl_dump_ifinfo() error path
Eric Dumazet
1
-4
/
+10
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
23
-789
/
+1582
2024-11-21
Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-3
/
+3
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2024-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
3
-3
/
+5
2024-11-18
bpf: fix recursive lock when verdict program return SK_PASS
Jiayuan Chen
1
-2
/
+2
2024-11-18
netpoll: Use rcu_access_pointer() in __netpoll_setup
Breno Leitao
1
-1
/
+1
2024-11-18
net/neighbor: clear error in case strict check is not set
Jakub Kicinski
1
-0
/
+1
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-6
/
+4
2024-11-15
ndo_fdb_del: Add a parameter to report whether notification was sent
Petr Machata
1
-3
/
+8
2024-11-15
ndo_fdb_add: Add a parameter to report whether notification was sent
Petr Machata
1
-3
/
+6
2024-11-15
net: netpoll: flush skb pool during cleanup
Breno Leitao
1
-1
/
+13
2024-11-15
net: netpoll: Individualize the skb pool
Breno Leitao
1
-18
/
+13
2024-11-15
netdev-genl: Hold rcu_read_lock in napi_set
Joe Damato
1
-0
/
+2
2024-11-15
netdev-genl: Hold rcu_read_lock in napi_get
Joe Damato
1
-0
/
+2
2024-11-14
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-37
/
+51
2024-11-14
bpf: lwtunnel: Prepare bpf_lwt_xmit_reroute() to future .flowi4_tos conversion.
Guillaume Nault
1
-1
/
+1
2024-11-14
bpf: ipv4: Prepare __bpf_redirect_neigh_v4() to future .flowi4_tos conversion.
Guillaume Nault
1
-1
/
+1
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-19
/
+25
2024-11-14
Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-18
/
+24
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
4
-3
/
+11
2024-11-12
net: page_pool: do not count normal frag allocation in stats
Jakub Kicinski
1
-1
/
+1
2024-11-12
net: Implement fault injection forcing skb reallocation
Breno Leitao
2
-0
/
+107
2024-11-12
net: ip: make ip_route_input_noref() return drop reasons
Menglong Dong
1
-2
/
+4
2024-11-11
net: Add control functions for irq suspension
Martin Karsten
1
-0
/
+37
2024-11-11
net: Add napi_struct parameter irq_suspend_timeout
Martin Karsten
4
-2
/
+42
2024-11-11
net: fix SO_DEVMEM_DONTNEED looping too long
Mina Almasry
1
-18
/
+24
2024-11-11
rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PER...
Kuniyuki Iwashima
1
-3
/
+16
2024-11-11
rtnetlink: Convert RTM_NEWLINK to per-netns RTNL.
Kuniyuki Iwashima
1
-3
/
+24
2024-11-11
rtnetlink: Add peer_type in struct rtnl_link_ops.
Kuniyuki Iwashima
1
-4
/
+51
2024-11-11
rtnetlink: Introduce struct rtnl_nets and helpers.
Kuniyuki Iwashima
1
-3
/
+67
[next]