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-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
22
-31
/
+188
2013-01-29
ipv6: add anti-spoofing checks for 6to4 and 6rd
Hannes Frederic Sowa
1
-13
/
+41
2013-01-29
ipv6: Fix inet6_csk_bind_conflict so it builds with user namespaces enabled
Eric W. Biederman
1
-1
/
+1
2013-01-29
pktgen: support net namespace
Cong Wang
1
-79
/
+117
2013-01-29
ip_gre: When TOS is inherited, use configured TOS value for non-IP packets
David Ward
1
-2
/
+2
2013-01-29
ipv4: introduce address lifetime
Jiri Pirko
2
-9
/
+210
2013-01-29
net: frag, move LRU list maintenance outside of rwlock
Jesper Dangaard Brouer
4
-14
/
+11
2013-01-29
net: use lib/percpu_counter API for fragmentation mem accounting
Jesper Dangaard Brouer
1
-0
/
+2
2013-01-29
net: frag helper functions for mem limit tracking
Jesper Dangaard Brouer
4
-32
/
+29
2013-01-28
net neigh: Optimize neighbor entry size calculation.
YOSHIFUJI Hideaki / 吉藤英明
1
-9
/
+7
2013-01-28
net: avoid to hang up on sending due to sysctl configuration overflow.
bingtian.ly@taobao.com
2
-8
/
+17
2013-01-28
netpoll: use the net namespace of current process instead of init_net
Cong Wang
1
-2
/
+4
2013-01-28
netpoll: use ipv6_addr_equal() to compare ipv6 addr
Cong Wang
1
-3
/
+3
2013-01-28
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
49
-1362
/
+1672
2013-01-28
can: rework skb reserved data handling
Oliver Hartkopp
3
-9
/
+7
2013-01-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
49
-1362
/
+1672
2013-01-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
11
-42
/
+49
2013-01-28
net: fix possible wrong checksum generation
Eric Dumazet
9
-6
/
+28
2013-01-28
Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next
David S. Miller
4
-27
/
+80
2013-01-28
decnet: use correct RCU API to deref sk_dst_cache field
Cong Wang
3
-4
/
+6
2013-01-28
SCTP: Free the per-net sysctl table on net exit. v2
Vlad Yasevich
1
-0
/
+4
2013-01-28
IP_GRE: Fix kernel panic in IP_GRE with GRE csum.
Pravin B Shelar
1
-1
/
+5
2013-01-27
irda: buffer overflow in irnet_ctrl_read()
Dan Carpenter
1
-59
/
+58
2013-01-27
sctp: set association state to established in dupcook_a handler
Xufeng Zhang
1
-1
/
+3
2013-01-27
ip6mr: limit IPv6 MRT_TABLE identifiers
Dan Carpenter
1
-0
/
+3
2013-01-27
batman-adv: filter ARP packets with invalid MAC addresses in DAT
Matthias Schiffer
1
-0
/
+13
2013-01-27
batman-adv: check for more types of invalid IP addresses in DAT
Matthias Schiffer
1
-1
/
+3
2013-01-27
batman-adv: fix skb leak in batadv_dat_snoop_incoming_arp_reply()
Matthias Schiffer
1
-0
/
+2
2013-01-27
soreuseport: fix use of uid in tb->fastuid
Tom Herbert
1
-7
/
+4
2013-01-27
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
24
-401
/
+950
2013-01-26
can: gw: indicate and count deleted frames due to misconfiguration
Oliver Hartkopp
1
-1
/
+11
2013-01-26
can: gw: add a variable limit for CAN frame routings
Oliver Hartkopp
1
-16
/
+40
2013-01-26
can: gw: make routing to the incoming CAN interface configurable
Oliver Hartkopp
1
-0
/
+8
2013-01-26
can: add private data space for CAN sk_buffs
Oliver Hartkopp
2
-5
/
+15
2013-01-26
can: Kconfig: switch on all CAN protocolls by default
Marc Kleine-Budde
1
-3
/
+3
2013-01-26
can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' block
Marc Kleine-Budde
1
-3
/
+4
2013-01-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
6
-31
/
+35
2013-01-23
Merge branch 'testing' of git://git.kernel.org/pub/scm/linux/kernel/git/klass...
David S. Miller
4
-72
/
+69
2013-01-23
soreuseport: UDP/IPv6 implementation
Tom Herbert
1
-3
/
+27
2013-01-23
soreuseport: TCP/IPv6 implementation
Tom Herbert
3
-9
/
+33
2013-01-23
soreuseport: UDP/IPv4 implementation
Tom Herbert
1
-18
/
+43
2013-01-23
soreuseport: TCP/IPv4 implementation
Tom Herbert
3
-18
/
+62
2013-01-23
soreuseport: infrastructure
Tom Herbert
1
-0
/
+7
2013-01-23
netfilter: nf_conntrack: fix compilation if sysctl are disabled
Pablo Neira Ayuso
1
-2
/
+9
2013-01-23
netfilter: nf_conntrack: refactor l4proto support for netns
Gao feng
7
-103
/
+197
2013-01-23
netfilter: nf_conntrack: refactor l3proto support for netns
Gao feng
3
-38
/
+41
2013-01-23
netfilter: nf_ct_proto: move initialization out of pernet_operations
Gao feng
2
-18
/
+29
2013-01-23
netfilter: nf_ct_labels: move initialization out of pernet_operations
Gao feng
2
-16
/
+12
2013-01-23
netfilter: nf_ct_helper: move initialization out of pernet_operations
Gao feng
2
-32
/
+36
2013-01-23
netfilter: nf_ct_timeout: move initialization out of pernet_operations
Gao feng
2
-23
/
+15
[next]