index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
NET: NETROM: Fix formatting.
Ralf Baechle
2011-11-29
1
-1
/
+2
*
NET: NETROM: Cleanup argument SIOCADDRT ioctl argument checking.
Ralf Baechle
2011-11-29
1
-4
/
+2
*
NET: NETROM: When adding a route verify length of mnemonic string.
Ralf Baechle
2011-11-29
1
-0
/
+5
*
NET: AX.25: Check ioctl arguments to avoid overflows further down the road.
Ralf Baechle
2011-11-29
1
-6
/
+11
*
dsa: Move switch drivers to new directory drivers/net/dsa
Ben Hutchings
2011-11-29
7
-1859
/
+1
*
dsa: Move all definitions needed by drivers into <net/dsa.h>
Ben Hutchings
2011-11-29
5
-95
/
+4
*
dsa: Remove unnecessary exports
Ben Hutchings
2011-11-29
1
-2
/
+0
*
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2011-11-28
27
-413
/
+785
|
\
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-11-28
27
-413
/
+785
|
|
\
|
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
John W. Linville
2011-11-22
209
-345
/
+682
|
|
|
\
|
|
*
|
mac80211: fix RCU warnings in mesh
Johannes Berg
2011-11-21
1
-22
/
+5
|
|
*
|
cfg80211: work around a sparse issue
Johannes Berg
2011-11-21
1
-11
/
+11
|
|
*
|
mac80211: Support ht-cap over-rides.
Ben Greear
2011-11-21
9
-18
/
+140
|
|
*
|
wireless: Support ht-capabilities over-rides.
Ben Greear
2011-11-21
4
-7
/
+91
|
|
*
|
cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"
Johannes Berg
2011-11-21
3
-168
/
+230
|
|
*
|
nl80211: make get_vlan logic more common
Johannes Berg
2011-11-21
1
-23
/
+31
|
|
*
|
cfg80211: add flags for off-channel capabilities
Johannes Berg
2011-11-21
2
-6
/
+14
|
|
*
|
mac80211: minor cleanup to mesh state locking
Johannes Berg
2011-11-21
1
-3
/
+3
|
|
*
|
nl80211: add testmode to the list of supported commands
Kalle Valo
2011-11-21
1
-0
/
+4
|
|
*
|
mac80211: remove unused ASSOC_AP flag
Johannes Berg
2011-11-21
3
-5
/
+2
|
|
*
|
mac80211: transmit fragment list to drivers
Johannes Berg
2011-11-21
3
-35
/
+69
|
|
*
|
mac80211: make TX LED handling independent of fragmentation
Johannes Berg
2011-11-21
1
-12
/
+16
|
|
*
|
mac80211: move fragment flag adjustment
Johannes Berg
2011-11-21
1
-9
/
+9
|
|
*
|
mac80211: use skb list for fragments
Johannes Berg
2011-11-21
5
-71
/
+82
|
|
*
|
cfg80211: pass DFS region to drivers through reg_notifier()
Luis R. Rodriguez
2011-11-21
1
-0
/
+2
|
|
*
|
cfg80211: process regulatory DFS region for countries
Luis R. Rodriguez
2011-11-21
3
-0
/
+53
|
|
*
|
mac80211: call ieee80211_recalc_idle() after sending packets
Felix Fietkau
2011-11-17
2
-8
/
+11
|
|
*
|
minstrel_ht: Remove unused function parameters
Patrick Kelle
2011-11-17
1
-14
/
+12
|
|
*
|
mac80211: memory leak in mesh_queue_preq()
Dan Carpenter
2011-11-17
1
-0
/
+1
|
|
*
|
mac80211: use kfree_skb() instead of kfree()
Dan Carpenter
2011-11-17
1
-1
/
+1
|
|
*
|
mac80211: Get rid of search loop for rate group index
Helmut Schaa
2011-11-17
1
-16
/
+16
|
|
*
|
mac80211: Check rate->idx before rate->count
Helmut Schaa
2011-11-17
1
-2
/
+2
|
|
*
|
mac80211: remove crypto special case for auth frames
Johannes Berg
2011-11-17
1
-2
/
+0
*
|
|
|
sch_sfb: use skb_flow_dissect()
Eric Dumazet
2011-11-28
1
-3
/
+14
*
|
|
|
cls_flow: use skb_flow_dissect()
Eric Dumazet
2011-11-28
1
-132
/
+48
*
|
|
|
net: use skb_flow_dissect() in __skb_get_rxhash()
Eric Dumazet
2011-11-28
1
-111
/
+14
*
|
|
|
net: introduce skb_flow_dissect()
Eric Dumazet
2011-11-28
2
-1
/
+135
*
|
|
|
tcp: tcp_sendmsg() wrong access to sk_route_caps
Eric Dumazet
2011-11-28
1
-4
/
+4
|
/
/
/
*
|
|
tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_open
Neal Cardwell
2011-11-27
1
-1
/
+2
*
|
|
tcp: allow undo from reordered DSACKs
Neal Cardwell
2011-11-27
1
-13
/
+2
*
|
|
tcp: use SACKs and DSACKs that arrive on ACKs below snd_una
Neal Cardwell
2011-11-27
1
-3
/
+7
*
|
|
tcp: use DSACKs that arrive when packets_out is 0
Neal Cardwell
2011-11-27
1
-0
/
+4
*
|
|
tcp: make is_dupack a parameter to tcp_fastretrans_alert()
Neal Cardwell
2011-11-27
1
-4
/
+8
*
|
|
atm: eliminate atm_guess_pdu2truesize()
chas williams - CONTRACTOR
2011-11-26
1
-1
/
+1
*
|
|
dsa: Allow core and drivers to be built as modules
Ben Hutchings
2011-11-26
2
-7
/
+11
*
|
|
dsa: Define module author, description, license and aliases for drivers
Ben Hutchings
2011-11-26
4
-0
/
+18
*
|
|
mv88e6xxx: Combine mv88e6131 and mv88e612_61_65 drivers
Ben Hutchings
2011-11-26
5
-31
/
+32
*
|
|
dsa: Combine core and tagging code
Ben Hutchings
2011-11-26
6
-49
/
+38
*
|
|
dsa: Export functions from core to modules
Ben Hutchings
2011-11-26
2
-0
/
+4
*
|
|
dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functions
Ben Hutchings
2011-11-26
2
-56
/
+0
[next]