index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
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-19
packet: packet fanout rollover during socket overload
Willem de Bruijn
2
-24
/
+88
2013-03-19
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
2013-03-16
Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP uncon...
Timo Teräs
1
-4
/
+1
[next]