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.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-01-27
net/ipv6: support more tunnel interfaces for EUI64 link-local generation
Felix Jia
3
-0
/
+12
2017-01-27
net/ipv6: allow sysctl to change link-local address generation mode
Felix Jia
1
-20
/
+84
2017-01-27
net: ipv6: ignore null_entry on route dumps
David Ahern
1
-1
/
+5
2017-01-27
net: ipv6: remove skb_reserve in getroute
David Ahern
1
-6
/
+0
2017-01-26
net: dsa: Move ports assignment closer to error checking
Florian Fainelli
1
-1
/
+2
2017-01-26
net: dsa: Suffix function manipulating device_node with _dn
Florian Fainelli
1
-8
/
+8
2017-01-26
net: dsa: Make most functions take a dsa_port argument
Florian Fainelli
3
-36
/
+44
2017-01-26
net: dsa: Pass device pointer to dsa_register_switch
Florian Fainelli
1
-3
/
+4
2017-01-26
Merge tag 'batadv-next-for-davem-20170126' of git://git.open-mesh.org/linux-m...
David S. Miller
59
-69
/
+85
2017-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
19
-88
/
+103
2017-01-26
batman-adv: Treat NET_XMIT_CN as transmit successfully
Gao Feng
1
-1
/
+1
2017-01-26
batman-adv: Remove one condition check in batadv_route_unicast_packet
Gao Feng
1
-5
/
+4
2017-01-26
batman-adv: Remove unused variable in batadv_tt_local_set_flags
Sven Eckelmann
1
-2
/
+0
2017-01-26
batman-adv: update copyright years for 2017
Sven Eckelmann
59
-59
/
+59
2017-01-26
batman-adv: don't add loop detect macs to TT
Simon Wunderlich
2
-1
/
+20
2017-01-26
bridge: move maybe_deliver_addr() inside #ifdef
Arnd Bergmann
1
-25
/
+25
2017-01-26
Merge tag 'batadv-net-for-davem-20170125' of git://git.open-mesh.org/linux-merge
David S. Miller
1
-5
/
+5
2017-01-25
net: dsa: Bring back device detaching in dsa_slave_suspend()
Florian Fainelli
1
-0
/
+2
2017-01-25
net/tcp-fastopen: make connect()'s return case more consistent with non-TFO
Willy Tarreau
2
-4
/
+4
2017-01-25
net/tcp-fastopen: Add new API support
Wei Wang
5
-9
/
+102
2017-01-25
net: Remove __sk_dst_reset() in tcp_v6_connect()
Wei Wang
1
-1
/
+0
2017-01-25
net/tcp-fastopen: refactor cookie check logic
Wei Wang
2
-14
/
+23
2017-01-25
tcp: correct memory barrier usage in tcp_check_space()
Jason Baron
1
-1
/
+1
2017-01-25
tcp: reduce skb overhead in selected places
Eric Dumazet
2
-2
/
+2
2017-01-25
tipc: uninitialized return code in tipc_setsockopt()
Dan Carpenter
1
-2
/
+1
2017-01-25
net sched actions: Add support for user cookies
Jamal Hadi Salim
1
-0
/
+45
2017-01-25
sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segment
Xin Long
1
-1
/
+1
2017-01-25
sctp: sctp_addr_id2transport should verify the addr before looking up assoc
Xin Long
1
-1
/
+5
2017-01-25
lwtunnel: Fix oops on state free after encap module unload
Robert Shearman
1
-1
/
+5
2017-01-25
net: Specify the owning module for lwtunnel ops
Robert Shearman
5
-0
/
+6
2017-01-25
tipc: fix cleanup at module unload
Parthasarathy Bhuvaragan
1
-3
/
+1
2017-01-25
tipc: ignore requests when the connection state is not CONNECTED
Parthasarathy Bhuvaragan
1
-6
/
+7
2017-01-25
tipc: fix nametbl_lock soft lockup at module exit
Parthasarathy Bhuvaragan
1
-11
/
+5
2017-01-25
tipc: fix connection refcount error
Parthasarathy Bhuvaragan
1
-9
/
+10
2017-01-25
tipc: add subscription refcount to avoid invalid delete
Parthasarathy Bhuvaragan
2
-54
/
+71
2017-01-25
tipc: fix nametbl_lock soft lockup at node/link events
Parthasarathy Bhuvaragan
1
-2
/
+7
2017-01-24
netfilter: nf_tables: bump set->ndeact on set flush
Pablo Neira Ayuso
1
-0
/
+1
2017-01-24
netfilter: nf_tables: deconstify walk callback function
Pablo Neira Ayuso
3
-14
/
+14
2017-01-24
netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCL
Pablo Neira Ayuso
1
-7
/
+9
2017-01-24
netfilter: nft_log: restrict the log prefix length to 127
Liping Zhang
2
-2
/
+2
2017-01-24
SUNRPC: cleanup ida information when removing sunrpc module
Kinglong Mee
2
-0
/
+6
2017-01-24
net: sctp: fix array overrun read on sctp_timer_tbl
Colin Ian King
1
-1
/
+4
2017-01-24
net: dsa: Drop WARN() in tag_brcm.c
Florian Fainelli
1
-1
/
+2
2017-01-24
ipv6: fix ip6_tnl_parse_tlv_enc_lim()
Eric Dumazet
1
-12
/
+22
2017-01-24
ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()
Eric Dumazet
2
-0
/
+5
2017-01-24
bpf: allow option for setting bpf_l4_csum_replace from scratch
Daniel Borkmann
1
-3
/
+4
2017-01-24
bpf: enable load bytes helper for filter/reuseport progs
Daniel Borkmann
1
-15
/
+26
2017-01-24
bpf: simplify __is_valid_access test on cb
Daniel Borkmann
1
-13
/
+2
2017-01-24
af_unix: move unix_mknod() out of bindlock
WANG Cong
1
-11
/
+16
2017-01-24
net/sched: Introduce sample tc action
Yotam Gigi
3
-0
/
+287
[prev]
[next]