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.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
2017-06-14
net: don't global ICMP rate limit packets originating from loopback
Jesper Dangaard Brouer
2
-3
/
+7
2017-06-14
net/act_pedit: fix an error code
Dan Carpenter
1
-1
/
+3
2017-06-14
net_sched: move tcf_lock down after gen_replace_estimator()
WANG Cong
1
-5
/
+3
2017-06-13
caif: Add sockaddr length check before accessing sa_family in connect handler
Mateusz Jurczyk
1
-0
/
+4
2017-06-13
Merge tag 'batadv-net-for-davem-20170613' of git://git.open-mesh.org/linux-merge
David S. Miller
2
-3
/
+4
2017-06-13
Merge tag 'mac80211-for-davem-2017-06-13' of git://git.kernel.org/pub/scm/lin...
David S. Miller
5
-37
/
+44
2017-06-13
igmp: acquire pmc lock for ip_mc_clear_src()
WANG Cong
1
-8
/
+13
2017-06-13
net: rps: fix uninitialized symbol warning
Ashwanth Goli
1
-1
/
+1
2017-06-13
mac80211: don't send SMPS action frame in AP mode when not needed
Emmanuel Grumbach
1
-0
/
+2
2017-06-13
mac80211/wpa: use constant time memory comparison for MACs
Jason A. Donenfeld
1
-4
/
+5
2017-06-13
mac80211: set bss_info data before configuring the channel
Johannes Berg
1
-10
/
+28
2017-06-13
mac80211: remove 5/10 MHz rate code from station MLME
Johannes Berg
1
-21
/
+3
2017-06-13
mac80211: Fix incorrect condition when checking rx timestamp
Avraham Stern
1
-1
/
+1
2017-06-13
mac80211: don't look at the PM bit of BAR frames
Emmanuel Grumbach
1
-1
/
+5
2017-06-12
hsr: fix incorrect warning
Karicheri, Muralidharan
3
-5
/
+9
2017-06-12
proc: snmp6: Use correct type in memset
Christian Perle
1
-1
/
+1
2017-06-12
net: ipmr: Fix some mroute forwarding issues in vrf's
Donald Sharp
1
-17
/
+15
2017-06-11
net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverse
Jia-Ju Bai
1
-1
/
+1
2017-06-11
net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfx
Jia-Ju Bai
1
-5
/
+1
2017-06-10
sctp: disable BH in sctp_for_each_endpoint
Xin Long
1
-2
/
+2
2017-06-10
l2tp: cast l2tp traffic counter to unsigned
Dominik Heidler
1
-6
/
+7
2017-06-09
Merge tag 'linux-can-fixes-for-4.12-20170609' of git://git.kernel.org/pub/scm...
David S. Miller
1
-2
/
+1
2017-06-09
mac80211: free netdev on dev_alloc_name() error
Johannes Berg
1
-0
/
+1
2017-06-09
net: rps: send out pending IPI's on CPU hotplug
ashwanth@codeaurora.org
1
-9
/
+22
2017-06-09
Fix an intermittent pr_emerg warning about lo becoming free.
Krister Johansen
1
-0
/
+14
2017-06-09
af_unix: Add sockaddr length checks before accessing sa_family in bind and co...
Mateusz Jurczyk
1
-1
/
+6
2017-06-09
can: af_can: namespace support: fix lockdep splat: properly initialize spin_lock
Marc Kleine-Budde
1
-2
/
+1
2017-06-08
ila_xlat: add missing hash secret initialization
Arnd Bergmann
1
-0
/
+1
2017-06-08
net: ipv6: Release route when device is unregistering
David Ahern
1
-0
/
+1
2017-06-08
net: Zero ifla_vf_info in rtnl_fill_vfinfo()
Mintz, Yuval
1
-1
/
+2
2017-06-08
decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skb
Mateusz Jurczyk
1
-1
/
+3
2017-06-08
Revert "decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_...
David S. Miller
1
-3
/
+1
2017-06-08
decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skb
Mateusz Jurczyk
1
-1
/
+3
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
21
-45
/
+48
2017-06-07
net: don't call strlen on non-terminated string in dev_set_alias()
Alexander Potapenko
1
-1
/
+2
2017-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
29
-179
/
+186
2017-06-06
net: bridge: fix a null pointer dereference in br_afspec
Nikolay Aleksandrov
1
-1
/
+1
2017-06-06
net/ipv6: Fix CALIPSO causing GPF with datagram support
Richard Haines
1
-1
/
+5
2017-06-06
Revert "sit: reload iphdr in ipip6_rcv"
David S. Miller
1
-1
/
+0
2017-06-05
devlink: fix potential memort leak
Haishuang Yan
1
-2
/
+6
2017-06-05
sit: reload iphdr in ipip6_rcv
Haishuang Yan
1
-0
/
+1
2017-06-05
net: ping: do not abuse udp_poll()
Eric Dumazet
3
-3
/
+3
2017-06-05
net: dsa: Fix stale cpu_switch reference after unbind then bind
Florian Fainelli
1
-1
/
+3
2017-06-05
ipv6: Fix leak in ipv6_gso_segment().
David S. Miller
1
-1
/
+3
2017-06-05
sock: reset sk_err when the error queue is empty
Soheil Hassas Yeganeh
1
-1
/
+4
2017-06-05
ip6_tunnel: fix traffic class routing for tunnels
Liam McBirnie
1
-0
/
+3
2017-06-04
Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-5
/
+8
2017-06-02
tcp: disallow cwnd undo when switching congestion control
Yuchung Cheng
1
-0
/
+1
2017-06-02
ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
Ben Hutchings
2
-0
/
+4
2017-06-02
Merge tag 'mac80211-for-davem-2017-06-02' of git://git.kernel.org/pub/scm/lin...
David S. Miller
6
-101
/
+72
[next]