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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2019-09-21
udp: correct reuseport selection with connected sockets
Willem de Bruijn
1
-2
/
+13
2019-09-21
net/sched: fix race between deactivation and dequeue for NOLOCK qdisc
Paolo Abeni
1
-6
/
+10
2019-09-12
net: Fix null de-reference of device refcount
Subash Abhinov Kasiviswanathan
1
-0
/
+2
2019-09-07
net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...
Shmulik Ladkani
1
-0
/
+19
2019-09-05
net: sock_map, fix missing ulp check in sock hash case
John Fastabend
1
-0
/
+3
2019-08-27
net: fix skb use after free in netpoll
Feng Sun
1
-3
/
+3
2019-08-24
sock: fix potential memory leak in proto_register()
zhanglin
1
-10
/
+21
2019-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-5
/
+5
2019-08-24
bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0
Ilya Leoshkevich
1
-4
/
+4
2019-08-24
flow_dissector: Fix potential use-after-free on BPF_PROG_DETACH
Jakub Sitnicki
1
-1
/
+1
2019-08-19
tcp: make sure EPOLLOUT wont be missed
Eric Dumazet
1
-7
/
+9
2019-08-09
sock: make cookie generation global instead of per netns
Daniel Borkmann
1
-1
/
+2
2019-08-08
net/tls: prevent skb_orphan() from leaking TLS plain text with offload
Jakub Kicinski
1
-5
/
+14
2019-08-05
net: fix bpf_xdp_adjust_head regression for generic-XDP
Jesper Dangaard Brouer
1
-5
/
+10
2019-07-29
net: fix ifindex collision during namespace removal
Jiri Pirko
1
-0
/
+2
2019-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-10
/
+19
2019-07-23
bpf: fix access to skb_shared_info->gso_segs
Eric Dumazet
1
-3
/
+3
2019-07-22
bpf: sockmap/tls, close can race with map free
John Fastabend
1
-2
/
+2
2019-07-22
bpf: sockmap, only create entry if ulp is not already enabled
John Fastabend
1
-0
/
+3
2019-07-22
bpf: sockmap, synchronize_rcu before free'ing map
John Fastabend
1
-0
/
+2
2019-07-22
bpf: sockmap, sock_map_delete needs to use xchg
John Fastabend
1
-5
/
+9
2019-07-19
net: flow_offload: add flow_block structure and use it
Pablo Neira Ayuso
1
-3
/
+3
2019-07-19
net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t
Pablo Neira Ayuso
1
-4
/
+5
2019-07-19
net: flow_offload: remove netns parameter from flow_block_cb_alloc()
Pablo Neira Ayuso
1
-6
/
+3
2019-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-9
/
+21
2019-07-18
tcp: fix tcp_set_congestion_control() use from bpf hook
Eric Dumazet
1
-1
/
+1
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
2
-29
/
+25
2019-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-7
/
+17
2019-07-16
skbuff: fix compilation warnings in skb_dump()
Qian Cai
1
-1
/
+1
2019-07-15
bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6
Stanislav Fomichev
1
-1
/
+11
2019-07-15
bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_ok
Stanislav Fomichev
1
-6
/
+6
2019-07-15
net: neigh: fix multiple neigh timer scheduling
Lorenzo Bianconi
1
-0
/
+2
2019-07-12
mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options
Alexander Potapenko
1
-1
/
+1
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
22
-253
/
+1513
2019-07-09
net: flow_offload: add flow_block_cb_is_busy() and use it
Pablo Neira Ayuso
1
-0
/
+18
2019-07-09
drivers: net: use flow block API
Pablo Neira Ayuso
1
-4
/
+16
2019-07-09
net: flow_offload: add flow_block_cb_{priv, incref, decref}()
Pablo Neira Ayuso
1
-0
/
+18
2019-07-09
net: flow_offload: add list handling functions
Pablo Neira Ayuso
1
-0
/
+17
2019-07-09
net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free()
Pablo Neira Ayuso
1
-0
/
+28
2019-07-09
net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*
Pablo Neira Ayuso
1
-1
/
+1
2019-07-09
net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND
Pablo Neira Ayuso
1
-2
/
+2
2019-07-09
net: flow_offload: add flow_block_cb_setup_simple()
Pablo Neira Ayuso
1
-0
/
+25
2019-07-09
net/flow_dissector: add connection tracking dissection
Paul Blakey
1
-0
/
+44
2019-07-09
devlink: Introduce PCI VF port flavour and port attribute
Parav Pandit
1
-0
/
+38
2019-07-09
devlink: Introduce PCI PF port flavour and port attribute
Parav Pandit
1
-0
/
+34
2019-07-09
devlink: Return physical port fields only for applicable port flavours
Parav Pandit
1
-0
/
+4
2019-07-09
devlink: Refactor physical port attributes
Parav Pandit
1
-20
/
+38
2019-07-08
net: sched: add mpls manipulation actions to TC
John Hurley
1
-0
/
+30
2019-07-08
net: core: add MPLS update core helper and use in OvS
John Hurley
1
-0
/
+33
2019-07-08
net: core: move pop MPLS functionality from OvS to core helper
John Hurley
1
-0
/
+42
[next]