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-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
422
-15256
/
+22575
2013-05-01
af_unix: fix a fatal race with bit fields
Eric Dumazet
1
-6
/
+6
2013-05-01
net: sctp: attribute printl with __printf for gcc fmt checks
Daniel Borkmann
1
-1
/
+1
2013-05-01
netlink: kconfig: move mmap i/o into netlink kconfig
Daniel Borkmann
2
-9
/
+9
2013-05-01
netpoll: convert mutex into a semaphore
Neil Horman
1
-7
/
+7
2013-05-01
netlink: Fix skb ref counting.
Pravin B Shelar
1
-1
/
+0
2013-05-01
net_sched: act_ipt forward compat with xtables
Jamal Hadi Salim
1
-3
/
+30
2013-04-30
bridge: avoid OOPS if root port not found
stephen hemminger
1
-1
/
+8
2013-04-30
Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
9
-52
/
+275
2013-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-04-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
10
-38
/
+42
2013-04-30
unix/stream: fix peeking with an offset larger than data in queue
Benjamin Poirier
1
-13
/
+12
2013-04-30
unix/dgram: fix peeking with an offset larger than data in queue
Benjamin Poirier
1
-8
/
+13
2013-04-30
unix/dgram: peek beyond 0-sized skbs
Benjamin Poirier
1
-1
/
+2
2013-04-30
openvswitch: Remove unneeded ovs_netdev_get_ifindex()
Thomas Graf
5
-12
/
+2
2013-04-30
net: Use consume_skb() to free gso segmented skb
Sridhar Samudrala
1
-1
/
+4
2013-04-29
net/core: remove duplicate statements by do-while loop
Akinobu Mita
1
-9
/
+6
2013-04-29
net/core: rename random32() to prandom_u32()
Akinobu Mita
1
-14
/
+15
2013-04-29
net/netfilter: rename random32() to prandom_u32()
Akinobu Mita
1
-2
/
+2
2013-04-29
net/sched: rename random32() to prandom_u32()
Akinobu Mita
1
-1
/
+1
2013-04-29
net/sunrpc: rename random32() to prandom_u32()
Akinobu Mita
1
-2
/
+2
2013-04-29
sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic()
Jeff Layton
1
-14
/
+2
2013-04-29
lib, net: make isodigit() public and use it
Andy Shevchenko
1
-1
/
+0
2013-04-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
12
-91
/
+41
2013-04-29
Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-6
/
+2
2013-04-29
tcp: reset timer after any SYNACK retransmit
Yuchung Cheng
1
-1
/
+6
2013-04-29
net: Add MIB counters for checksum errors
Eric Dumazet
11
-28
/
+67
2013-04-29
net: defer net_secret[] initialization
Eric Dumazet
2
-4
/
+5
2013-04-29
Merge tag 'nfc-next-3.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
9
-79
/
+9
2013-04-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
19
-3305
/
+3475
2013-04-29
sctp: Correct type and usage of sctp_end_cksum()
Simon Horman
1
-3
/
+2
2013-04-29
netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixup
Florian Westphal
1
-2
/
+3
2013-04-29
netfilter: nfnetlink_queue: add skb info attribute
Florian Westphal
1
-0
/
+16
2013-04-29
netfilter: move skb_gso_segment into nfnetlink_queue module
Florian Westphal
2
-104
/
+146
2013-04-29
netfilter: nf_queue: move device refcount bump to extra function
Florian Westphal
1
-21
/
+28
2013-04-29
netfilter: ipset: set match: add support to match the counters
Jozsef Kadlecsik
3
-3
/
+77
2013-04-29
netfilter: ipset: The list:set type with counter support
Jozsef Kadlecsik
1
-6
/
+67
2013-04-29
netfilter: ipset: The hash types with counter support
Jozsef Kadlecsik
8
-19
/
+381
2013-04-29
netfilter: ipset: The bitmap types with counter support
Jozsef Kadlecsik
4
-15
/
+186
2013-04-29
netfilter: ipset: Introduce the counter extension in the core
Jozsef Kadlecsik
1
-0
/
+10
2013-04-29
netfilter: ipset: list:set type using the extension interface
Jozsef Kadlecsik
1
-246
/
+301
2013-04-29
netfilter: ipset: Hash types using the unified code base
Jozsef Kadlecsik
7
-1865
/
+610
2013-04-29
netfilter: ipset: Unified hash type generation
Jozsef Kadlecsik
1
-0
/
+1039
2013-04-29
netfilter: ipset: Bitmap types using the unified code base
Jozsef Kadlecsik
3
-958
/
+316
2013-04-29
netfilter: ipset: Unified bitmap type generation
Jozsef Kadlecsik
1
-0
/
+265
2013-04-29
netfilter: ipset: Introduce extensions to elements in the core
Jozsef Kadlecsik
3
-24
/
+26
2013-04-29
netfilter: ipset: Move often used IPv6 address masking function to header file
Jozsef Kadlecsik
5
-45
/
+0
2013-04-29
netfilter: ipset: Make possible to test elements marked with nomatch
Jozsef Kadlecsik
4
-24
/
+32
2013-04-29
ipv6: Kill ipv6 dependency of icmpv6_send().
Pravin B Shelar
3
-16
/
+68
2013-04-29
sock_diag: allow to dump bpf filters
Nicolas Dichtel
2
-0
/
+37
[next]