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
2013-03-22
decnet: Parse netlink attributes on our own
Thomas Graf
3
-126
/
+154
2013-03-22
udp: increase inner ip header ID during segmentation
Cong Wang
1
-1
/
+6
2013-03-22
ip_gre: increase inner ip header ID during segmentation
Cong Wang
1
-1
/
+6
2013-03-21
netlink: Diag core and basic socket info dumping (v2)
Andrey Vagin
4
-0
/
+202
2013-03-21
net: prepare netlink code for netlink diag
Andrey Vagin
2
-54
/
+67
2013-03-21
net: remove redundant ifdef CONFIG_CGROUPS
Zefan Li
1
-2
/
+0
2013-03-21
tcp: implement RFC5682 F-RTO
Yuchung Cheng
1
-13
/
+60
2013-03-21
tcp: refactor CA_Loss state processing
Yuchung Cheng
1
-16
/
+26
2013-03-21
tcp: refactor F-RTO
Yuchung Cheng
6
-396
/
+8
2013-03-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
46
-1824
/
+2799
2013-03-20
dynticks: avoid flow_cache_flush() interrupting every core
Chris Metcalf
1
-3
/
+39
2013-03-20
filter: add ANC_PAY_OFFSET instruction for loading payload start offset
Daniel Borkmann
1
-0
/
+5
2013-03-20
net: flow_dissector: add __skb_get_poff to get a start offset to payload
Daniel Borkmann
1
-0
/
+57
2013-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
48
-373
/
+450
2013-03-20
net/irda: add missing error path release_sock call
Kees Cook
1
-2
/
+4
2013-03-20
ipconfig: Fix newline handling in log message.
Martin Fuzzey
1
-1
/
+2
2013-03-20
flow_keys: include thoff into flow_keys for later usage
Daniel Borkmann
1
-0
/
+2
2013-03-20
l2tp: unhash l2tp sessions on delete, not on free
Tom Parkin
3
-50
/
+38
2013-03-20
l2tp: avoid deadlock in l2tp stats update
Tom Parkin
5
-147
/
+93
2013-03-20
l2tp: push all ppp pseudowire shutdown through .release handler
Tom Parkin
1
-43
/
+10
2013-03-20
l2tp: purge session reorder queue on delete
Tom Parkin
1
-0
/
+4
2013-03-20
l2tp: add session reorder queue purge function to core
Tom Parkin
2
-0
/
+18
2013-03-20
l2tp: don't BUG_ON sk_socket being NULL
Tom Parkin
1
-8
/
+10
2013-03-20
l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookup
Tom Parkin
1
-0
/
+2
2013-03-20
l2tp: close sessions before initiating tunnel delete
Tom Parkin
1
-0
/
+1
2013-03-20
l2tp: close sessions in ip socket destroy callback
Tom Parkin
2
-0
/
+13
2013-03-20
l2tp: export l2tp_tunnel_closeall
Tom Parkin
2
-2
/
+3
2013-03-20
l2tp: add udp encap socket destroy handler
Tom Parkin
1
-0
/
+14
2013-03-20
udp: add encap_destroy callback
Tom Parkin
2
-0
/
+15
2013-03-20
genetlink: trigger BUG_ON if a group name is too long
Masatake YAMATO
1
-0
/
+1
2013-03-20
Merge branch 'master' of git://1984.lsi.us.es/nf
David S. Miller
10
-51
/
+51
2013-03-20
netfilter: remove unused "config IP_NF_QUEUE"
Paul Bolle
1
-13
/
+0
2013-03-20
packet: packet fanout rollover during socket overload
Willem de Bruijn
2
-24
/
+88
2013-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
23
-56
/
+128
2013-03-19
xfrm: use xfrm direction when lookup policy
Baker Zhang
1
-2
/
+21
2013-03-19
inet: limit length of fragment queue hash table bucket lists
Hannes Frederic Sowa
4
-16
/
+35
2013-03-19
can: dump stack on protocol bugs
Oliver Hartkopp
1
-7
/
+4
2013-03-19
ipvs: remove extra rcu lock
Julian Anastasov
1
-2
/
+0
2013-03-19
ipvs: add backup_only flag to avoid loops
Julian Anastasov
2
-4
/
+15
2013-03-19
ipvs: fix sctp chunk length order
Julian Anastasov
1
-7
/
+9
2013-03-18
tcp: dont handle MTU reduction on LISTEN socket
Eric Dumazet
2
-7
/
+14
2013-03-18
net: Fix a comment typo
Kusanagi Kouichi
1
-1
/
+1
2013-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
21
-95
/
+232
2013-03-17
tcp: Remove TCPCT
Christoph Paasch
12
-701
/
+35
2013-03-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
4
-20
/
+12
2013-03-17
netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcu
Lai Jiangshan
1
-2
/
+1
2013-03-17
bridge: Add support for setting BR_ROOT_BLOCK flag.
Vlad Yasevich
1
-0
/
+1
2013-03-17
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2
-9
/
+55
2013-03-17
vxlan: generalize forwarding tables
David Stevens
1
-1
/
+1
2013-03-17
rtnetlink: Mask the rta_type when range checking
Vlad Yasevich
1
-1
/
+1
[next]