index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-20
netlabel: add address family checks to netlbl_{sock,req}_delattr()
Paul Moore
1
-2
/
+10
2016-08-20
udp: properly support MSG_PEEK with truncated buffers
Eric Dumazet
2
-4
/
+8
2016-08-20
Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU
Amadeusz Sławiński
1
-1
/
+1
2016-08-20
tcp: make challenge acks faster
Greg Kroah-Hartman
1
-3
/
+3
2016-08-16
tcp: make challenge acks less predictable
Eric Dumazet
1
-3
/
+9
2016-08-16
tcp: consider recv buf for the initial window scale
Soheil Hassas Yeganeh
1
-1
/
+2
2016-08-16
net/irda: fix NULL pointer dereference on memory allocation failure
Vegard Nossum
1
-2
/
+5
2016-08-16
sctp: Prevent soft lockup when sctp_accept() is called during a timeout event
Karl Heiss
1
-19
/
+23
2016-08-10
libceph: apply new_state before new_up_client on incrementals
Ilya Dryomov
1
-44
/
+108
2016-07-27
mac80211: mesh: flush mesh paths unconditionally
Bob Copeland
1
-0
/
+4
2016-07-27
ipmr/ip6mr: Initialize the last assert time of mfc entries.
Tom Goff
2
-1
/
+4
2016-07-27
sit: correct IP protocol used in ipip6_err
Simon Horman
1
-2
/
+2
2016-06-24
netfilter: x_tables: introduce and use xt_copy_counters_from_user
Florian Westphal
4
-130
/
+89
2016-06-24
Revert "netfilter: ensure number of counters is >0 in do_replace()"
Bernhard Thaler
1
-4
/
+0
2016-06-24
netfilter: x_tables: do compat validation via translate_table
Florian Westphal
4
-333
/
+80
2016-06-24
netfilter: ensure number of counters is >0 in do_replace()
Dave Jones
4
-0
/
+22
2016-06-24
netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
Florian Westphal
4
-50
/
+25
2016-06-24
netfilter: ip6_tables: simplify translate_compat_table args
Florian Westphal
1
-36
/
+25
2016-06-24
netfilter: ip_tables: simplify translate_compat_table args
Florian Westphal
1
-36
/
+25
2016-06-24
netfilter: arp_tables: simplify translate_compat_table args
Florian Westphal
1
-46
/
+36
2016-06-24
netfilter: x_tables: don't reject valid target size on some architectures
Florian Westphal
1
-2
/
+2
2016-06-24
netfilter: x_tables: validate all offsets and sizes in a rule
Florian Westphal
1
-5
/
+76
2016-06-24
netfilter: x_tables: check for bogus target offset
Florian Westphal
4
-8
/
+24
2016-06-24
netfilter: x_tables: check standard target size too
Florian Westphal
1
-0
/
+15
2016-06-24
netfilter: x_tables: add compat version of xt_check_entry_offsets
Florian Westphal
4
-3
/
+28
2016-06-24
netfilter: x_tables: assert minimum target size
Florian Westphal
1
-0
/
+3
2016-06-24
netfilter: x_tables: kill check_entry helper
Florian Westphal
3
-35
/
+24
2016-06-24
netfilter: x_tables: add and use xt_check_entry_offsets
Florian Westphal
4
-32
/
+37
2016-06-24
netfilter: x_tables: validate targets of jumps
Florian Westphal
3
-0
/
+51
2016-06-24
netfilter: x_tables: don't move to non-existent next rule
Florian Westphal
3
-3
/
+13
2016-06-24
netfilter: x_tables: fix unconditional helper
Florian Westphal
3
-33
/
+31
2016-06-24
netfilter: x_tables: make sure e->next_offset covers remaining blob size
Florian Westphal
3
-6
/
+12
2016-06-24
netfilter: x_tables: validate e->target_offset early
Florian Westphal
3
-27
/
+24
2016-06-24
wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel
Prasun Maiti
1
-2
/
+23
2016-06-24
tcp: record TLP and ER timer stats in v6 stats
Yuchung Cheng
1
-1
/
+3
2016-06-24
netlink: Fix dump skb leak/double free
Herbert Xu
1
-2
/
+5
2016-06-08
sunrpc: fix stripping of padded MIC tokens
Tomáš Trnka
1
-2
/
+2
2016-05-19
net: fix a kernel infoleak in x25 module
Kangjie Lu
1
-0
/
+1
2016-05-19
net: bridge: fix old ioctl unlocked net device walk
Nikolay Aleksandrov
1
-2
/
+3
2016-05-19
VSOCK: do not disconnect socket when peer has shutdown SEND only
Ian Campbell
1
-20
/
+1
2016-05-19
net: fix infoleak in rtnetlink
Kangjie Lu
1
-8
/
+10
2016-05-19
net: fix infoleak in llc
Kangjie Lu
1
-0
/
+1
2016-05-19
packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface
Mathias Krause
1
-0
/
+1
2016-05-19
route: do not cache fib route info on local routes with oif
Chris Friesen
1
-0
/
+12
2016-05-19
decnet: Do not build routes to devices without decnet private data.
David S. Miller
1
-1
/
+8
2016-05-11
batman-adv: Reduce refcnt of removed router when updating route
Sven Eckelmann
1
-0
/
+9
2016-05-11
batman-adv: Fix broadcast/ogm queue limit on a removed interface
Linus Lüssing
1
-0
/
+6
2016-05-11
batman-adv: Check skb size before using encapsulated ETH+VLAN header
Sven Eckelmann
1
-2
/
+6
2016-05-11
ipvs: correct initial offset of Call-ID header search in SIP persistence engine
Marco Angaroni
1
-1
/
+1
2016-05-05
sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race
NeilBrown
1
-3
/
+3
[next]