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
2011-09-22
Merge branch 'master' of github.com:davem330/net
David S. Miller
64
-286
/
+412
2011-09-21
Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-merge
David S. Miller
15
-1271
/
+1277
2011-09-21
xfrm: Perform a replay check after return from async codepaths
Steffen Klassert
1
-0
/
+5
2011-09-21
fib:fix BUG_ON in fib_nl_newrule when add new fib rule
Gao feng
1
-2
/
+2
2011-09-20
ipv6: fix a possible double free
Roy Li
1
-2
/
+2
2011-09-20
ip6_tunnel: add optional fwmark inherit
Eric Dumazet
1
-7
/
+16
2011-09-20
Merge branch 'tipc-Sep17-2011' of git://openlinux.windriver.com/people/paulg/...
David S. Miller
16
-197
/
+239
2011-09-20
Merge branch 'master' of ssh://infradead/~/public_git/wireless into for-davem
John W. Linville
3
-9
/
+11
2011-09-19
Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...
John W. Linville
35
-257
/
+427
2011-09-19
Merge branch 'for-3.1' of git://github.com/padovan/bluetooth-next
John W. Linville
1
-9
/
+8
2011-09-18
tcp: fix validation of D-SACK
Zheng Yan
1
-1
/
+1
2011-09-18
Merge git://github.com/davem330/net
Linus Torvalds
30
-142
/
+187
2011-09-17
tipc: Remove unused link event tracking code
Ying Xue
2
-11
/
+0
2011-09-17
tipc: Remove callback field from subscription structure
Ying Xue
2
-8
/
+1
2011-09-17
tipc: Simplify prohibition of listen and accept for connectionless sockets
Ying Xue
1
-9
/
+3
2011-09-17
tipc: Add support for SO_SNDTIMEO socket option
Ying Xue
1
-12
/
+14
2011-09-17
tipc: Enhance sending of bulk name table messages
Allan Stephens
3
-2
/
+54
2011-09-17
tipc: relocate/coalesce node cast in tipc_named_node_up
Paul Gortmaker
1
-2
/
+3
2011-09-17
tipc: Prevent fragmented messages during initial name table exchange
Allan Stephens
1
-3
/
+19
2011-09-17
tipc: Lower limits for number of bearers and media types
Allan Stephens
2
-3
/
+3
2011-09-17
tipc: Remove redundant search when enabling bearer
Allan Stephens
1
-15
/
+9
2011-09-17
tipc: Fix unsafe device list search when enabling bearer
Allan Stephens
1
-2
/
+4
2011-09-17
tipc: Ensure both nodes recognize loss of contact between them
Allan Stephens
4
-18
/
+42
2011-09-17
tcp: md5: remove one indirection level in tcp_md5sig_pool
Eric Dumazet
1
-24
/
+17
2011-09-17
ipv6: don't use inetpeer to store metrics for routes.
Yan, Zheng
1
-11
/
+22
2011-09-16
Revert "Scm: Remove unnecessary pid & credential references in Unix socket's ...
David S. Miller
1
-29
/
+16
2011-09-16
wan: make LAPB callbacks const
stephen hemminger
1
-14
/
+15
2011-09-16
IRDA: Fix global type conflicts in net/irda/irsysctl.c v2
Andi Kleen
2
-6
/
+6
2011-09-16
ipv6: Send ICMPv6 RSes only when RAs are accepted
Tore Anderson
1
-4
/
+4
2011-09-16
net: Handle different key sizes between address families in flow cache
dpward
1
-14
/
+17
2011-09-16
ipv4: Fix fib_info->fib_metrics leak
Yan, Zheng
1
-1
/
+9
2011-09-16
caif: fix a potential NULL dereference
Eric Dumazet
1
-1
/
+5
2011-09-16
can-gw: add netlink based CAN routing
Oliver Hartkopp
3
-0
/
+973
2011-09-16
sctp: deal with multiple COOKIE_ECHO chunks
Max Matveev
2
-0
/
+11
2011-09-16
mac80211: fix endian issues and comments for BAR failure handling
Felix Fietkau
1
-6
/
+8
2011-09-16
wireless: Fix rate mask for scan request
Rajkumar Manoharan
1
-0
/
+2
2011-09-16
wireless: Reset beacon_found while updating regulatory
Rajkumar Manoharan
1
-0
/
+1
2011-09-16
Merge branch 'for-davem' of git://git.infradead.org/users/linville/wireless-next
David S. Miller
2
-15
/
+7
2011-09-16
Merge branch 'master' of ../netdev/
David S. Miller
13
-37
/
+39
2011-09-15
net: consolidate and fix ethtool_ops->get_settings calling
Jiri Pirko
6
-58
/
+47
2011-09-15
Merge branch 'master' of git://git.infradead.org/users/linville/wireless into...
John W. Linville
1
-1
/
+1
2011-09-15
6LoWPAN: fix skb_copy call
alex.bluesman.smirnov@gmail.com
1
-8
/
+9
2011-09-15
br: remove redundant check and init
Jiri Pirko
1
-14
/
+12
2011-09-15
net: linkwatch: allow vlans to get carrier changes faster
Eric Dumazet
1
-2
/
+7
2011-09-15
net, rds, Replace xlist in net/rds/xlist.h with llist
Huang Ying
3
-141
/
+52
2011-09-15
6LoWPAN: call dev_put() on error in lowpan_newlink()
Dan Carpenter
1
-1
/
+4
2011-09-15
6LoWPAN: use the _safe version of list_for_each
Dan Carpenter
1
-1
/
+3
2011-09-15
6LoWPAN: use kfree_skb() instead of kfree()
Dan Carpenter
1
-1
/
+1
2011-09-15
net: don't clear IFF_XMIT_DST_RELEASE in ether_setup
nhorman
1
-1
/
+1
2011-09-15
net: copy userspace buffers on device forwarding
Michael S. Tsirkin
2
-5
/
+25
[next]