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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-17
Bluetooth: Prevent stack info leak from the EFS element.
Ben Seri
1
-9
/
+11
2018-01-17
ipv6: sr: fix TLVs not being copied using setsockopt
Mathieu Xhonneux
1
-0
/
+9
2018-01-17
net/sched: Fix update of lastuse in act modules implementing stats_update
Roi Dayan
2
-2
/
+2
2018-01-17
ethtool: do not print warning for applications using legacy API
Stephen Hemminger
1
-13
/
+2
2018-01-17
ipv6: fix possible mem leaks in ipv6_make_skb()
Eric Dumazet
1
-2
/
+3
2018-01-17
sctp: fix the handling of ICMP Frag Needed for too small MTUs
Marcelo Ricardo Leitner
2
-12
/
+25
2018-01-17
sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled
Marcelo Ricardo Leitner
1
-12
/
+12
2018-01-17
RDS: null pointer dereference in rds_atomic_free_op
Mohamed Ghannam
1
-0
/
+1
2018-01-17
RDS: Heap OOB write in rds_message_alloc_sgs()
Mohamed Ghannam
1
-0
/
+3
2018-01-17
net: core: fix module type in sock_diag_bind
Andrii Vladyka
1
-1
/
+1
2018-01-17
ip6_tunnel: disable dst caching if tunnel is dual-stack
Eli Cooper
1
-4
/
+5
2018-01-17
8021q: fix a memory leak for VLAN 0 device
Cong Wang
1
-6
/
+1
2018-01-05
Revert "xfrm: Fix stack-out-of-bounds read in xfrm_state_find."
Steffen Klassert
1
-11
/
+18
2018-01-02
skbuff: in skb_copy_ubufs unclone before releasing zerocopy
Willem de Bruijn
1
-3
/
+3
2018-01-02
skbuff: skb_copy_ubufs must release uarg even without user frags
Willem de Bruijn
1
-1
/
+2
2018-01-02
skbuff: orphan frags before zerocopy clone
Willem de Bruijn
1
-2
/
+2
2018-01-02
ipv6: set all.accept_dad to 0 by default
Nicolas Dichtel
1
-1
/
+1
2018-01-02
ipv4: fib: Fix metrics match when deleting a route
Phil Sutter
1
-2
/
+6
2018-01-02
net: sched: fix static key imbalance in case of ingress/clsact_init error
Jiri Pirko
1
-4
/
+5
2018-01-02
tcp: refresh tcp_mstamp from timers callbacks
Eric Dumazet
1
-0
/
+2
2018-01-02
ipv6: Honor specified parameters in fibmatch lookup
Ido Schimmel
1
-8
/
+11
2018-01-02
tcp: fix potential underestimation on rcv_rtt
Wei Wang
1
-4
/
+6
2018-01-02
tipc: fix hanging poll() for stream sockets
Parthasarathy Bhuvaragan
1
-1
/
+1
2018-01-02
sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streams
Xin Long
1
-1
/
+5
2018-01-02
openvswitch: Fix pop_vlan action for double tagged frames
Eric Garver
1
-3
/
+12
2018-01-02
tcp: invalidate rate samples during SACK reneging
Yousuk Seung
3
-5
/
+16
2018-01-02
sock: free skb in skb_complete_tx_timestamp on error
Willem de Bruijn
1
-1
/
+5
2018-01-02
net: Fix double free and memory corruption in get_net_ns_by_id()
Eric W. Biederman
1
-1
/
+1
2018-01-02
net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaks
Nikolay Aleksandrov
1
-5
/
+6
2018-01-02
ipv4: Fix use-after-free when flushing FIB tables
Ido Schimmel
1
-2
/
+7
2018-01-02
ip6_gre: fix device features for ioctl setup
Alexey Kodanev
1
-25
/
+32
2018-01-02
adding missing rcu_read_unlock in ipxip6_rcv
Nikita V. Shirokov
1
-1
/
+1
2018-01-02
sctp: Replace use of sockets_allocated with specified macro.
Tonghao Zhang
1
-2
/
+2
2018-01-02
net: ipv4: fix for a race condition in raw_sendmsg
Mohamed Ghannam
1
-5
/
+10
2018-01-02
tcp_bbr: reset long-term bandwidth sampling on loss recovery undo
Neal Cardwell
1
-0
/
+1
2018-01-02
tcp_bbr: reset full pipe detection on loss recovery undo
Neal Cardwell
1
-0
/
+4
2018-01-02
tcp md5sig: Use skb's saddr when replying to an incoming segment
Christoph Paasch
2
-2
/
+2
2018-01-02
tcp_bbr: record "full bw reached" decision in new full_bw_reached bit
Neal Cardwell
1
-2
/
+5
2018-01-02
RDS: Check cmsg_len before dereferencing CMSG_DATA
Avinash Repaka
1
-0
/
+3
2018-01-02
net: reevalulate autoflowlabel setting after sysctl setting
Shaohua Li
3
-3
/
+11
2018-01-02
netlink: Add netns check on taps
Kevin Cernekee
1
-0
/
+3
2018-01-02
net: igmp: Use correct source address on IGMPv3 reports
Kevin Cernekee
1
-1
/
+19
2018-01-02
ipv6: mcast: better catch silly mtu values
Eric Dumazet
1
-10
/
+15
2018-01-02
ipv4: igmp: guard against silly MTU values
Eric Dumazet
3
-12
/
+18
2017-12-29
Revert "ipv6: grab rt->rt6i_ref before allocating pcpu rt"
Greg Kroah-Hartman
1
-29
/
+29
2017-12-25
tcp: fix under-evaluated ssthresh in TCP Vegas
Hoang Tran
1
-1
/
+1
2017-12-25
net: ipv6: send NS for DAD when link operationally up
Mike Manning
1
-6
/
+6
2017-12-25
sctp: silence warns on sctp_stream_init allocations
Marcelo Ricardo Leitner
1
-1
/
+7
2017-12-25
ipv6: grab rt->rt6i_ref before allocating pcpu rt
Wei Wang
1
-29
/
+29
2017-12-25
ip_gre: check packet length and mtu correctly in erspan tx
William Tu
1
-4
/
+4
[next]