index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-08
net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
Benoît Monin
1
-0
/
+4
2024-11-08
net: fix crash when config small gso_max_size/gso_ipv4_max_size
Wang Liang
1
-2
/
+2
2024-11-08
sock_map: fix a NULL pointer dereference in sock_map_link_update_prog()
Cong Wang
1
-0
/
+4
2024-11-01
bpf: Remove MEM_UNINIT from skb/xdp MTU helpers
Daniel Borkmann
1
-27
/
+15
2024-11-01
bpf: Add MEM_WRITE attribute
Daniel Borkmann
1
-2
/
+2
2024-11-01
bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock
Michal Luczaj
1
-0
/
+8
2024-11-01
bpf: Make sure internal and UAPI bpf_redirect flags don't overlap
Toke Høiland-Jørgensen
1
-3
/
+5
2024-10-17
rtnetlink: Add bulk registration helpers for rtnetlink message handlers.
Kuniyuki Iwashima
1
-0
/
+29
2024-10-17
net: do not delay dst_entries_add() in dst_release()
Eric Dumazet
1
-5
/
+12
2024-10-10
net: napi: Prevent overflow of napi_defer_hard_irqs
Joe Damato
1
-1
/
+5
2024-10-10
netdev-genl: Set extack and fix error on napi-get
Joe Damato
1
-3
/
+5
2024-10-10
netpoll: Ensure clean state on setup failures
Breno Leitao
1
-5
/
+10
2024-10-10
net: skbuff: sprinkle more __GFP_NOWARN on ingress allocs
Jakub Kicinski
1
-6
/
+9
2024-10-10
net: add more sanity checks to qdisc_pkt_len_init()
Eric Dumazet
1
-3
/
+7
2024-10-10
net: avoid potential underflow in qdisc_pkt_len_init() with UFO
Eric Dumazet
1
-1
/
+1
2024-10-10
net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_size
Daniel Borkmann
1
-1
/
+1
2024-10-10
net: Add netif_get_gro_max_size helper for GRO
Daniel Borkmann
1
-7
/
+2
2024-10-04
bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
Daniel Borkmann
1
-21
/
+23
2024-10-04
bpf: Fix helper writes to read-only maps
Daniel Borkmann
1
-2
/
+4
2024-10-04
bpf: Fail verification for sign-extension of packet data/data_end/data_meta
Yonghong Song
1
-5
/
+16
2024-10-04
sock_map: Add a cond_resched() in sock_hash_free()
Eric Dumazet
1
-0
/
+1
2024-09-03
net: dqs: Do not use extern for unused dql_group
Breno Leitao
1
-1
/
+1
2024-08-26
ethtool: check device is present when getting link settings
Jamie Bainbridge
1
-1
/
+1
2024-08-22
pktgen: use cpus_read_lock() in pg_net_init()
Eric Dumazet
1
-1
/
+3
2024-08-21
netpoll: do not export netpoll_poll_[disable|enable]()
Eric Dumazet
1
-2
/
+0
2024-08-09
net: Make USO depend on CSUM offload
Jakub Sitnicki
1
-9
/
+17
2024-08-06
net: linkwatch: use system_unbound_wq
Eric Dumazet
1
-2
/
+2
2024-07-29
rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...
Kuniyuki Iwashima
1
-1
/
+1
2024-07-29
tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()
Jeongjun Park
1
-0
/
+1
2024-07-25
Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-4
/
+11
2024-07-25
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-4
/
+11
2024-07-25
bpf: Fix a segment issue when downgrading gso_size
Fred Li
1
-4
/
+11
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2
-19
/
+19
2024-07-18
net: flow_dissector: use DEBUG_NET_WARN_ON_ONCE
Pablo Neira Ayuso
1
-1
/
+1
2024-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+1
2024-07-15
flow_dissector: set encapsulation control flags for non-IP
Asbjørn Sloth Tønnesen
1
-0
/
+4
2024-07-15
flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGS
Asbjørn Sloth Tønnesen
1
-15
/
+1
2024-07-15
flow_dissector: set encapsulated control flags from tun_flags
Asbjørn Sloth Tønnesen
1
-0
/
+9
2024-07-15
flow_dissector: prepare for encapsulated control flags
Asbjørn Sloth Tønnesen
1
-9
/
+12
2024-07-15
Merge branch 'net-make-timestamping-selectable'
Jakub Kicinski
2
-7
/
+6
2024-07-15
net: Change the API of PHY default timestamp to MAC
Kory Maincent
2
-7
/
+6
2024-07-14
xdp: fix invalid wait context of page_pool_destroy()
Taehee Yoo
1
-3
/
+1
2024-07-12
Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
1
-1
/
+2
2024-07-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+0
2024-07-11
netdevice: define and allocate &net_device _properly_
Alexander Lobakin
2
-25
/
+7
2024-07-11
net: reduce rtnetlink_rcv_msg() stack usage
Eric Dumazet
1
-6
/
+12
2024-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+4
2024-07-10
page_pool: use __cacheline_group_{begin, end}_aligned()
Alexander Lobakin
1
-1
/
+2
2024-07-10
bpf: Remove tst_run from lwt_seg6local_prog_ops.
Sebastian Andrzej Siewior
1
-1
/
+0
2024-07-09
net: fix rc7's __skb_datagram_iter()
Hugh Dickins
1
-1
/
+2
[next]