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-19
netfilter: ctnetlink: allow to dump expectation per master conntrack
Pablo Neira Ayuso
1
-5
/
+95
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 some sparse warnings
Julian Anastasov
2
-8
/
+2
2013-03-19
ipvs: fix hashing in ip_vs_svc_hashkey
Julian Anastasov
1
-3
/
+5
2013-03-19
ipvs: fix sctp chunk length order
Julian Anastasov
1
-7
/
+9
2013-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
1
-0
/
+1
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
2013-03-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-9
/
+55
2013-03-15
ipv4: replace ip_fast_csum with csum_replace2
Li RongQing
1
-3
/
+2
2013-03-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...
David S. Miller
5
-7
/
+12
2013-03-15
VSOCK: Support VM sockets connected to the hypervisor.
Reilly Grant
2
-3
/
+16
2013-03-15
netfilter: ip6t_NPT: restrict to mangle table
Florian Westphal
1
-0
/
+2
2013-03-15
netfilter: nfnetlink_queue: use xor hash function to distribute instances
Pablo Neira Ayuso
1
-1
/
+1
2013-03-15
netfilter: nfnetlink_queue: fix incorrect initialization of copy range field
Pablo Neira Ayuso
1
-1
/
+1
2013-03-15
netfilter: nf_conntrack: register pernet subsystem before register L4 proto
Gao feng
4
-24
/
+24
2013-03-15
netfilter: ebt_ulog: remove unnecessary spin lock protection
Gao feng
1
-2
/
+1
2013-03-15
netfilter: nf_ct_ipv6: use ipv6_iface_scope_id in conntrack to return scope id
Hannes Frederic Sowa
1
-6
/
+2
2013-03-15
bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERR
Silviu-Mihai Popescu
1
-3
/
+1
2013-03-15
ipv4: netfilter: use PTR_RET instead of IS_ERR + PTR_ERR
Silviu-Mihai Popescu
1
-3
/
+1
2013-03-15
netfilter: ip6t_NPT: Use csum_partial()
YOSHIFUJI Hideaki
1
-8
/
+3
2013-03-14
Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 state
Vinicius Costa Gomes
1
-0
/
+1
2013-03-14
tcp: fix skb_availroom()
Eric Dumazet
2
-2
/
+1
2013-03-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-0
/
+1
2013-03-13
batman-adv: network coding - receive coded packets and decode them
Martin Hundebøll
3
-0
/
+246
2013-03-13
batman-adv: network coding - save overheard and tx packets for decoding
Martin Hundebøll
6
-3
/
+253
2013-03-13
batman-adv: network coding - code and transmit packets if possible
Martin Hundebøll
5
-0
/
+466
2013-03-13
batman-adv: network coding - buffer unicast packets before forward
Martin Hundebøll
4
-7
/
+557
2013-03-13
batman-adv: network coding - detect coding nodes and remove these after timeout
Martin Hundebøll
7
-0
/
+524
2013-03-13
batman-adv: network coding - add the initial infrastructure code
Martin Hundebøll
9
-1
/
+176
2013-03-13
batman-adv: don't use !! in bool conversion
Antonio Quartulli
2
-5
/
+5
2013-03-13
batman-adv: Return reason for failure in batadv_check_unicast_packet()
Martin Hundebøll
1
-4
/
+14
2013-03-13
batman-adv: replace redundant primary_if_get calls
Marek Lindner
3
-46
/
+11
2013-03-13
sctp: don't break the loop while meeting the active_path so as to find the ma...
Xufeng Zhang
1
-1
/
+1
2013-03-13
sctp: Use correct sideffect command in duplicate cookie handling
Vlad Yasevich
1
-1
/
+1
2013-03-12
fs: Readd the fs module aliases.
Eric W. Biederman
1
-0
/
+1
2013-03-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-13
/
+29
[prev]
[next]