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
2015-10-03
fib_rules: fix fib rule dumps across multiple skbs
Wilson Kok
1
-5
/
+9
2015-10-03
sock, diag: fix panic in sock_diag_put_filterinfo
Daniel Borkmann
1
-0
/
+3
2015-09-29
inet: fix races with reqsk timers
Eric Dumazet
1
-1
/
+7
2015-09-29
net: Fix skb_set_peeked use-after-free bug
Herbert Xu
1
-6
/
+7
2015-09-29
net: Fix skb csum races when peeking
Herbert Xu
1
-6
/
+9
2015-09-29
net: Clone skb before setting peeked flag
Herbert Xu
1
-3
/
+38
2015-09-29
net: call rcu_read_lock early in process_backlog
Julian Anastasov
1
-15
/
+15
2015-09-29
net: do not process device backlog during unregistration
Julian Anastasov
1
-2
/
+4
2015-09-29
net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()
Oleg Nesterov
1
-1
/
+3
2015-09-29
rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver
Daniel Borkmann
1
-91
/
+96
2015-09-29
Revert "dev: set iflink to 0 for virtual interfaces"
Nicolas Dichtel
1
-4
/
+0
2015-09-29
net: graceful exit from netif_alloc_netdev_queues()
Eric Dumazet
1
-1
/
+2
2015-09-29
mm: make page pfmemalloc check more robust
Michal Hocko
1
-1
/
+1
2015-07-10
neigh: do not modify unlinked entries
Julian Anastasov
1
-0
/
+13
2015-06-11
net: don't wait for order-3 page allocation
Shaohua Li
2
-2
/
+2
2015-06-10
net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...
Mel Gorman
1
-8
/
+5
2015-06-08
net: replace last open coded skb_orphan_frags with function call
Willem de Bruijn
1
-9
/
+2
2015-06-01
Revert "net: core: 'ethtool' issue with querying phy settings"
David S. Miller
1
-9
/
+1
2015-05-22
net: core: 'ethtool' issue with querying phy settings
Arun Parameswaran
1
-1
/
+9
2015-05-17
rtnl/bond: don't send rtnl msg for unregistered iface
Nicolas Dichtel
1
-0
/
+3
2015-05-12
netns: return RTM_NEWNSID instead of RTM_GETNSID on a get
Nicolas Dichtel
1
-1
/
+1
2015-05-04
net: core: Correct an over-stringent device loop detection.
Vlad Yasevich
1
-1
/
+1
2015-05-04
Revert "net: kernel socket should be released in init_net namespace"
Herbert Xu
1
-1
/
+1
2015-04-29
bridge/nl: remove wrong use of NLM_F_MULTI
Nicolas Dichtel
1
-5
/
+7
2015-04-26
net: rfs: fix crash in get_rps_cpus()
Eric Dumazet
1
-6
/
+6
2015-04-25
net: fix crash in build_skb()
Eric Dumazet
1
-9
/
+22
2015-04-22
net: do not deplete pfmemalloc reserve
Eric Dumazet
1
-2
/
+7
2015-04-17
net: remove unused 'dev' argument from netif_needs_gso()
Johannes Berg
1
-1
/
+1
2015-04-16
skbuff: Do not scrub skb mark within the same name space
Herbert Xu
1
-3
/
+6
2015-04-16
Revert "net: Reset secmark when scrubbing packet"
Herbert Xu
1
-1
/
+0
2015-04-16
bpf: fix bpf helpers to use skb->mac_header relative offsets
Alexei Starovoitov
1
-9
/
+32
2015-04-16
netns: remove duplicated include from net_namespace.c
Wei Yongjun
1
-1
/
+0
2015-04-13
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
1
-1
/
+1
2015-04-13
net: use jump label patching for ingress qdisc in __netif_receive_skb_core
Daniel Borkmann
1
-7
/
+24
2015-04-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
1
-6
/
+26
2015-04-12
tcp: do not cache align timewait sockets
Eric Dumazet
1
-2
/
+1
2015-04-11
new helper: msg_data_left()
Al Viro
1
-1
/
+1
2015-04-10
if_link: Add an additional parameter to ifla_vf_info for RSS querying
Vlad Zolotarov
1
-6
/
+26
2015-04-10
rtnetlink: Mark name argument of rtnl_create_link() const
Thomas Graf
1
-1
/
+1
2015-04-09
net: Pass VLAN ID to rtnl_fdb_notify.
Hubert Sokolowski
1
-10
/
+10
2015-04-07
net: remove extra newlines
Sheng Yong
1
-1
/
+0
2015-04-07
netns: allow to dump netns ids
Nicolas Dichtel
1
-1
/
+48
2015-04-07
netns: notify netns id events
Nicolas Dichtel
1
-8
/
+44
2015-04-07
netns: minor cleanup in rtnl_net_getid()
Nicolas Dichtel
1
-1
/
+1
2015-04-07
netfilter: Pass socket pointer down through okfn().
David Miller
1
-5
/
+5
2015-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-18
/
+35
2015-04-06
tc: bpf: add checksum helpers
Alexei Starovoitov
1
-4
/
+104
2015-04-06
ipv6: protect skb->sk accesses from recursive dereference inside the stack
hannes@stressinduktion.org
2
-1
/
+22
2015-04-03
ebpf: add skb->priority to offset map for usage in {cls, act}_bpf
Daniel Borkmann
1
-0
/
+7
2015-04-03
netns: don't allocate an id for dead netns
Nicolas Dichtel
1
-1
/
+3
[next]