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
2010-10-21
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
Jesse Gross
2
-10
/
+10
2010-10-21
ebtables: Allow filtering of hardware accelerated vlan frames.
Jesse Gross
3
-18
/
+34
2010-10-20
net: avoid RCU for NOCACHE dst
Eric Dumazet
2
-6
/
+32
2010-10-20
net: allocate tx queues in register_netdevice
Tom Herbert
1
-53
/
+53
2010-10-20
net: cleanups in RX queue allocation
Tom Herbert
1
-19
/
+17
2010-10-20
net: fail alloc_netdev_mq if queue count < 1
Tom Herbert
1
-0
/
+6
2010-10-20
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
26
-241
/
+388
2010-10-20
phonet: remove the unused variable pn
Changli Gao
1
-1
/
+0
2010-10-20
netpoll: Revert napi_poll fix for bonding driver
Neil Horman
1
-8
/
+1
2010-10-19
inet: RCU changes in inetdev_by_index()
Eric Dumazet
4
-22
/
+16
2010-10-19
net: avoid a dev refcount in ip_mc_find_dev()
Eric Dumazet
2
-3
/
+3
2010-10-18
bonding: Fix napi poll for bonding driver
Neil Horman
1
-1
/
+8
2010-10-18
bonding: Fix bonding drivers improper modification of netpoll structure
Neil Horman
1
-3
/
+3
2010-10-18
IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()
Andy Walls
1
-7
/
+6
2010-10-18
tipc: Simplify bearer shutdown logic
Allan Stephens
1
-27
/
+11
2010-10-18
tipc: Kill tipc_get_mode() completely.
David S. Miller
1
-6
/
+0
2010-10-17
fib_hash: RCU conversion phase 2
Eric Dumazet
2
-77
/
+101
2010-10-17
fib_hash: RCU conversion phase 1
Eric Dumazet
1
-19
/
+38
2010-10-17
fib_hash: embed initial hash table in fn_zone
Eric Dumazet
1
-29
/
+23
2010-10-17
tcp: use correct counters in CA_CWR state too
Ilpo Järvinen
1
-6
/
+7
2010-10-17
tcp: sack lost marking fixes
Ilpo Järvinen
1
-10
/
+14
2010-10-16
tipc: cleanup function namespace
stephen hemminger
26
-389
/
+84
2010-10-16
fib: avoid false sharing on fib_table_hash
Eric Dumazet
2
-9
/
+11
2010-10-16
fib_trie: use fls() instead of open coded loop
Eric Dumazet
1
-12
/
+4
2010-10-16
fib: remove a useless synchronize_rcu() call
Eric Dumazet
1
-1
/
+0
2010-10-16
fib6: use FIB_LOOKUP_NOREF in fib6_rule_lookup()
Eric Dumazet
1
-2
/
+1
2010-10-16
net: allocate skbs on local node
Eric Dumazet
1
-12
/
+1
2010-10-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
16
-82
/
+195
2010-10-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
10
-159
/
+193
2010-10-15
radiotap: fix vendor namespace parsing
Johannes Berg
1
-26
/
+32
2010-10-13
Phonet: 'connect' socket implementation for Pipe controller
Kumar Sanghvi
2
-187
/
+212
2010-10-13
tipc: clean out all instances of #if 0'd unused code
Paul Gortmaker
9
-375
/
+1
2010-10-13
mac80211: fix SMPS request
Johannes Berg
1
-0
/
+2
2010-10-13
mac80211: add probe request filter flag
Johannes Berg
4
-2
/
+32
2010-10-13
cfg80211: notify drivers about frame registrations
Johannes Berg
1
-3
/
+20
2010-10-12
wireless: Print wiphy name in sysfs.
Ben Greear
1
-0
/
+9
2010-10-12
net: percpu net_device refcount
Eric Dumazet
1
-7
/
+33
2010-10-12
Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6
David S. Miller
9
-63
/
+66
2010-10-12
Bluetooth: clean up rfcomm code
Andrei Emeltchenko
1
-15
/
+14
2010-10-12
Bluetooth: Update conf_state before send config_req out
Haijun Liu
1
-0
/
+1
2010-10-12
Bluetooth: Use the proper error value from bt_skb_send_alloc()
Gustavo F. Padovan
1
-4
/
+4
2010-10-12
Bluetooth: make batostr() print in the right order
Gustavo F. Padovan
5
-28
/
+10
2010-10-12
Bluetooth: remove unused variable from cmtp
Gustavo F. Padovan
1
-2
/
+1
2010-10-12
Bluetooth: check for l2cap header in start fragment
Andrei Emeltchenko
1
-1
/
+2
2010-10-12
Bluetooth: check L2CAP length in first ACL fragment
Andrei Emeltchenko
1
-0
/
+16
2010-10-12
Bluetooth: Don't clear the blacklist when closing the HCI device
Johan Hedberg
1
-1
/
+0
2010-10-12
Bluetooth: remove extra newline from debug output
Andrei Emeltchenko
1
-1
/
+1
2010-10-12
Bluetooth: Use a stream-oriented recvmsg with SOCK_STREAM L2CAP sockets.
Mat Martineau
1
-0
/
+3
2010-10-12
Bluetooth: Use common SOCK_STREAM receive code in RFCOMM
Mat Martineau
1
-98
/
+6
2010-10-12
Bluetooth: Add common code for stream-oriented recvmsg()
Mat Martineau
1
-0
/
+109
[next]