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
2016-05-18
net: fix infoleak in rtnetlink
Kangjie Lu
1
-8
/
+10
2016-03-03
unix: correctly track in-flight fds in sending process user_struct
Hannes Frederic Sowa
1
-0
/
+7
2016-01-28
net: possible use after free in dst_release
Francesco Ruggeri
1
-1
/
+2
2016-01-22
skbuff: Fix offset error in skb_reorder_vlan_header
Vlad Yasevich
1
-1
/
+1
2016-01-22
vlan: Fix untag operations of stacked vlans with REORDER_HEADER off
Vlad Yasevich
1
-1
/
+2
2016-01-22
sctp: update the netstamp_needed counter when copying sockets
Marcelo Ricardo Leitner
1
-2
/
+0
2016-01-22
net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds
Daniel Borkmann
1
-0
/
+2
2015-12-09
net: fix a race in dst_release()
Eric Dumazet
1
-1
/
+1
2015-10-27
ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings
Joe Perches
1
-1
/
+1
2015-10-27
skbuff: Fix skb checksum partial check.
Pravin B Shelar
1
-4
/
+5
2015-10-22
fib_rules: Fix dump_rules() not to exit early
Roland Dreier
1
-1
/
+1
2015-10-01
fib_rules: fix fib rule dumps across multiple skbs
Wilson Kok
1
-5
/
+9
2015-10-01
net: Fix skb_set_peeked use-after-free bug
Herbert Xu
1
-6
/
+7
2015-10-01
net: Fix skb csum races when peeking
Herbert Xu
1
-1
/
+2
2015-10-01
net: Clone skb before setting peeked flag
Herbert Xu
1
-3
/
+38
2015-10-01
net: call rcu_read_lock early in process_backlog
Julian Anastasov
1
-15
/
+14
2015-10-01
net: do not process device backlog during unregistration
Julian Anastasov
1
-2
/
+4
2015-10-01
net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()
Oleg Nesterov
1
-1
/
+3
2015-10-01
rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver
Daniel Borkmann
1
-63
/
+65
2015-10-01
net: graceful exit from netif_alloc_netdev_queues()
Eric Dumazet
1
-1
/
+2
2015-07-10
neigh: do not modify unlinked entries
Julian Anastasov
1
-0
/
+13
2015-07-10
net: don't wait for order-3 page allocation
Shaohua Li
2
-2
/
+6
2015-06-22
net: core: Correct an over-stringent device loop detection.
Vlad Yasevich
1
-1
/
+1
2015-05-06
net: fix crash in build_skb()
Eric Dumazet
1
-9
/
+22
2015-05-06
net: do not deplete pfmemalloc reserve
Eric Dumazet
1
-2
/
+7
2015-04-29
ipv6: protect skb->sk accesses from recursive dereference inside the stack
hannes@stressinduktion.org
2
-1
/
+22
2015-03-26
net: sysctl_net_core: check SNDBUF and RCVBUF for min length
Alexey Kodanev
1
-4
/
+6
2015-03-18
net: reject creation of netdev names with colons
Matthew Thode
1
-1
/
+1
2015-03-18
gen_stats.c: Duplicate xstats buffer for later use
Ignacy Gawędzki
1
-1
/
+14
2015-03-18
rtnetlink: call ->dellink on failure when ->newlink exists
WANG Cong
1
-2
/
+10
2015-03-18
rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY
Daniel Borkmann
1
-8
/
+4
2015-03-18
pktgen: fix UDP checksum computation
Sabrina Dubroca
1
-8
/
+8
2015-02-26
bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify
Roopa Prabhu
1
-1
/
+5
2015-02-26
net: rps: fix cpu unplug
Eric Dumazet
1
-5
/
+15
2015-01-27
net: fix creation adjacent device symlinks
Alexander Y. Fomichev
1
-7
/
+11
2015-01-27
net: prevent of emerging cross-namespace symlinks
Alexander Y. Fomichev
1
-1
/
+60
2015-01-27
net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding
Jay Vosburgh
1
-0
/
+1
2015-01-27
net: Reset secmark when scrubbing packet
Thomas Graf
1
-0
/
+1
2015-01-27
net: Fix stacked vlan offload features computation
Toshiaki Makita
1
-5
/
+8
2014-12-16
rtnetlink: release net refcnt on error in do_setlink()
Nicolas Dichtel
1
-0
/
+1
2014-10-15
gro: fix aggregation for skb using frag_list
Eric Dumazet
1
-0
/
+3
2014-10-15
net: Always untag vlan-tagged traffic on input.
Vlad Yasevich
3
-2
/
+55
2014-10-15
rtnetlink: fix VF info size
Jiri Benc
1
-1
/
+2
2014-08-14
iovec: make sure the caller actually wants anything in memcpy_fromiovecend
Sasha Levin
1
-0
/
+4
2014-08-14
net: Correctly set segment mac_len in skb_segment().
Vlad Yasevich
1
-1
/
+1
2014-08-14
net: sendmsg: fix NULL pointer dereference
Andrey Ryabinin
1
-3
/
+3
2014-08-14
inetpeer: get rid of ip_id_count
Eric Dumazet
1
-25
/
+0
2014-07-28
net-gre-gro: Fix a bug that breaks the forwarding path
Jerry Chu
1
-0
/
+2
2014-07-28
net: Fix NETDEV_CHANGE notifier usage causing spurious arp flush
Loic Prylli
1
-1
/
+8
2014-07-28
ipv4: fix dst race in sk_dst_get()
Eric Dumazet
1
-5
/
+11
[next]