index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Fix using the correct source address type
Johan Hedberg
2016-11-22
1
-1
/
+1
*
netns: fix get_net_ns_by_fd(int pid) typo
Stefan Hajnoczi
2016-11-18
1
-1
/
+1
*
ipv4: Restore fib_trie_flush_external function and fix call ordering
Alexander Duyck
2016-11-16
1
-0
/
+1
*
gro_cells: mark napi struct as not busy poll candidates
Eric Dumazet
2016-11-15
1
-0
/
+3
*
tcp: take care of truncations done by sk_filter()
Eric Dumazet
2016-11-13
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2016-11-09
2
-5
/
+6
|
\
|
*
netfilter: conntrack: avoid excess memory allocation
Florian Westphal
2016-10-27
1
-2
/
+1
|
*
netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...
John W. Linville
2016-10-27
1
-1
/
+1
|
*
netfilter: nf_tables: fix *leak* when expr clone fail
Liping Zhang
2016-10-27
1
-2
/
+4
*
|
dccp: do not release listeners too soon
Eric Dumazet
2016-11-03
1
-2
/
+2
*
|
ipv4: allow local fragmentation in ip_finish_output_gso()
Lance Richardson
2016-11-03
1
-2
/
+1
*
|
net: tcp: check skb is non-NULL for exact match on lookups
David Ahern
2016-11-03
1
-1
/
+1
*
|
ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()
Eli Cooper
2016-11-02
1
-0
/
+1
*
|
sctp: hold transport instead of assoc when lookup assoc in rx path
Xin Long
2016-10-31
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-10-29
11
-24
/
+69
|
\
\
|
*
|
vxlan: avoid using stale vxlan socket.
pravin shelar
2016-10-29
1
-2
/
+2
|
*
|
Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2016-10-29
1
-8
/
+13
|
|
\
\
|
|
*
|
mac80211: fix some sphinx warnings
Jani Nikula
2016-10-26
1
-8
/
+13
|
*
|
|
net: ipv6: Do not consider link state for nexthop validation
David Ahern
2016-10-27
1
-0
/
+1
|
*
|
|
net: ipv6: Fix processing of RAs in presence of VRF
David Ahern
2016-10-27
1
-0
/
+2
|
|
|
/
|
|
/
|
|
*
|
udp: fix IP_CHECKSUM handling
Eric Dumazet
2016-10-26
1
-2
/
+2
|
*
|
doc: update docbook annotations for socket and skb
Stephen Hemminger
2016-10-26
1
-1
/
+3
|
*
|
ipv6: fix a potential deadlock in do_ipv6_setsockopt()
WANG Cong
2016-10-21
1
-0
/
+1
|
*
|
udp: must lock the socket in udp_disconnect()
Eric Dumazet
2016-10-20
1
-0
/
+1
|
|
/
|
*
Merge tag 'mac80211-for-davem-2016-10-18' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2016-10-18
1
-8
/
+24
|
|
\
|
|
*
cfg80211: add ability to check DA/SA in A-MSDU decapsulation
Johannes Berg
2016-10-12
1
-1
/
+4
|
|
*
cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKB
Johannes Berg
2016-10-12
1
-9
/
+22
|
*
|
net: Require exact match for TCP socket lookups if dif is l3mdev
David Ahern
2016-10-17
2
-2
/
+19
|
*
|
IPv6: fix DESYNC_FACTOR
Jiri Bohac
2016-10-14
1
-0
/
+1
|
*
|
IPv6: Drop the temporary address regen_timer
Jiri Bohac
2016-10-14
1
-1
/
+0
*
|
|
Merge tag 'docs-4.9-2' of git://git.lwn.net/linux
Linus Torvalds
2016-10-14
1
-35
/
+42
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
docs-rst: sphinxify 802.11 documentation
Johannes Berg
2016-10-11
1
-35
/
+42
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-10-13
1
-0
/
+24
|
\
\
\
|
*
|
|
net: ipv4: Do not drop to make_route if oif is l3mdev
David Ahern
2016-10-13
1
-0
/
+24
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-10-11
1
-12
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bonding: quit messing with IOCTL
Al Viro
2016-09-27
1
-12
/
+0
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2016-10-06
1
-0
/
+1
|
\
\
\
|
*
|
|
netns: Add a limit on the number of net namespaces
Eric W. Biederman
2016-08-08
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
netfilter: merge fixup for "nf_tables_netdev: remove redundant ip_hdr assignm...
Stephen Rothwell
2016-10-05
1
-1
/
+0
*
|
|
Merge remote-tracking branch 'net-next/master' into mac80211-next
Johannes Berg
2016-10-04
36
-217
/
+510
|
\
\
\
|
*
|
|
net/ncsi: Introduce ncsi_stop_dev()
Gavin Shan
2016-10-04
1
-0
/
+5
|
*
|
|
openvswitch: use mpls_hdr
Jiri Benc
2016-10-03
1
-12
/
+0
|
*
|
|
mpls: move mpls_hdr to a common location
Jiri Benc
2016-10-03
1
-0
/
+9
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-02
1
-10
/
+3
|
|
\
\
\
|
|
*
|
|
sctp: remove prsctp_param from sctp_chunk
Xin Long
2016-09-30
1
-7
/
+0
|
|
*
|
|
sctp: move sent_count to the memory hole in sctp_chunk
Xin Long
2016-09-30
1
-3
/
+3
|
*
|
|
|
ipv6 addrconf: implement RFC7559 router solicitation backoff
Maciej Żenczykowski
2016-09-30
2
-1
/
+3
|
*
|
|
|
net:snmp: Introduce generic interfaces for snmp_get_cpu_field{, 64}
Jia He
2016-09-30
1
-0
/
+23
|
*
|
|
|
net/sched: pkt_cls: change tc actions order to be as the user sets
Hadar Hen Zion
2016-09-28
1
-1
/
+1
|
*
|
|
|
switchdev: remove FIB offload infrastructure
Jiri Pirko
2016-09-28
2
-42
/
+0
[next]