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
2017-10-21
net: Set sk_prot_creator when cloning sockets to the right proto
Christoph Paasch
1
-0
/
+2
2017-10-08
net: core: Prevent from dereferencing null pointer when releasing SKB
Myungho Jung
1
-0
/
+3
2017-08-12
net: avoid skb_warn_bad_offload false positives on UFO
Willem de Bruijn
1
-1
/
+1
2017-08-11
rtnetlink: allocate more memory for dev_set_mac_address()
WANG Cong
1
-1
/
+2
2017-08-11
net: Zero terminate ifr_name in dev_ifname().
David S. Miller
1
-0
/
+1
2017-08-11
net: skb_needs_check() accepts CHECKSUM_NONE for tx
Eric Dumazet
1
-3
/
+4
2017-08-11
net: reduce skb_warn_bad_offload() noise
Eric Dumazet
1
-3
/
+9
2017-07-21
net: prevent sign extension in dev_get_stats()
Eric Dumazet
1
-2
/
+2
2017-07-05
Fix an intermittent pr_emerg warning about lo becoming free.
Krister Johansen
1
-0
/
+14
2017-07-05
net: don't call strlen on non-terminated string in dev_set_alias()
Alexander Potapenko
1
-1
/
+2
2017-06-07
netem: fix skb_orphan_partial()
Eric Dumazet
1
-6
/
+6
2017-05-08
net: avoid signed overflows for SO_{SND|RCV}BUFFORCE
Eric Dumazet
1
-2
/
+2
2017-05-08
netpoll: Check for skb->queue_mapping
Tushar Dave
1
-2
/
+8
2017-05-08
net: neigh: guard against NULL solicit() method
Eric Dumazet
1
-1
/
+2
2017-04-22
socket, bpf: fix sk_filter use after free in sk_clone_lock
Daniel Borkmann
1
-0
/
+6
2017-04-22
net: properly release sk_frag.page
Eric Dumazet
1
-5
/
+5
2017-04-18
net: fix socket refcounting in skb_complete_tx_timestamp()
Eric Dumazet
1
-7
/
+8
2017-04-18
net: fix socket refcounting in skb_complete_wifi_ack()
Eric Dumazet
1
-7
/
+8
2017-04-18
packet: on direct_xmit, limit tso and csum to supported devices
Willem de Bruijn
1
-0
/
+1
2017-04-18
net: pktgen: remove rcu locking in pktgen_change_name()
Eric Dumazet
1
-7
/
+10
2017-04-18
net: Add netdev all_adj_list refcnt propagation to fix panic
Andrew Collins
1
-31
/
+37
2017-04-18
net: use a work queue to defer net_disable_timestamp() work
Eric Dumazet
1
-18
/
+13
2017-02-08
net:Add sysctl_max_skb_frags
Hans Westgaard Ry
2
-0
/
+12
2017-01-15
tunnels: Don't apply GRO to multiple layers of encapsulation.
Jesse Gross
1
-1
/
+1
2016-07-12
net: fix infoleak in rtnetlink
Kangjie Lu
1
-8
/
+10
2016-04-12
net: Fix skb_set_peeked use-after-free bug
Herbert Xu
1
-6
/
+7
2016-04-12
net: Clone skb before setting peeked flag
Herbert Xu
1
-3
/
+38
2016-02-15
net: bpf: reject invalid shifts
Rabin Vincent
1
-0
/
+5
2016-02-15
net: possible use after free in dst_release
Francesco Ruggeri
1
-1
/
+2
2016-01-22
net: check both type and procotol for tcp sockets
WANG Cong
2
-2
/
+4
2016-01-15
skbuff: Fix offset error in skb_reorder_vlan_header
Vlad Yasevich
1
-1
/
+1
2016-01-15
vlan: Fix untag operations of stacked vlans with REORDER_HEADER off
Vlad Yasevich
1
-1
/
+2
2016-01-15
sctp: update the netstamp_needed counter when copying sockets
Marcelo Ricardo Leitner
1
-2
/
+0
2015-12-14
net/neighbour: fix crash at dumping device-agnostic proxy entries
Konstantin Khlebnikov
1
-2
/
+2
2015-12-14
net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds
Daniel Borkmann
1
-0
/
+2
2015-12-14
Revert "net: Fix skb_set_peeked use-after-free bug"
Sasha Levin
1
-38
/
+3
2015-12-03
net: fix a race in dst_release()
Eric Dumazet
1
-1
/
+1
2015-11-13
ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings
Joe Perches
1
-1
/
+1
2015-11-13
skbuff: Fix skb checksum partial check.
Pravin B Shelar
1
-4
/
+5
2015-10-28
fib_rules: Fix dump_rules() not to exit early
Roland Dreier
1
-1
/
+1
2015-10-27
net: Fix skb_set_peeked use-after-free bug
Herbert Xu
1
-3
/
+38
2015-10-27
fib_rules: fix fib rule dumps across multiple skbs
Wilson Kok
1
-5
/
+9
2015-10-27
rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver
Daniel Borkmann
1
-91
/
+96
2015-10-27
if_link: Add an additional parameter to ifla_vf_info for RSS querying
Vlad Zolotarov
1
-6
/
+26
2015-09-28
net: call rcu_read_lock early in process_backlog
Julian Anastasov
1
-15
/
+15
2015-09-28
net: Fix skb csum races when peeking
Herbert Xu
1
-6
/
+9
2015-09-27
net: do not process device backlog during unregistration
Julian Anastasov
1
-2
/
+4
2015-09-27
net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()
Oleg Nesterov
1
-1
/
+3
2015-09-27
net: graceful exit from netif_alloc_netdev_queues()
Eric Dumazet
1
-1
/
+2
2015-07-20
rtnl: restore notifications for deleted interfaces
Nicolas Dichtel
1
-3
/
+0
[next]