| Commit message (Expand) | Author | Age | Files | Lines |
* | neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables. | David Miller | 2011-11-30 | 3 | -3/+0 |
* | neigh: Add infrastructure for allocating device neigh privates. | David Miller | 2011-11-30 | 2 | -3/+12 |
* | neigh: Get rid of neigh_table->kmem_cachep | David Miller | 2011-11-30 | 1 | -16/+2 |
* | tcp: inherit listener congestion control for passive cnx | Eric Dumazet | 2011-11-30 | 2 | -1/+4 |
* | ipv4: remove useless codes in ipmr_device_event() | RongQing.Li | 2011-11-29 | 1 | -3/+1 |
* | net: Fix skb_update_prio RCU usage. | Igor Maravic | 2011-11-29 | 1 | -1/+1 |
* | sch_choke: use skb_flow_dissect() | Eric Dumazet | 2011-11-29 | 1 | -89/+31 |
* | sch_sfq: use skb_flow_dissect() | Eric Dumazet | 2011-11-29 | 1 | -55/+10 |
* | tcp: avoid frag allocation for small frames | Eric Dumazet | 2011-11-29 | 1 | -3/+6 |
* | flow_dissector: use a 64bit load/store | Eric Dumazet | 2011-11-29 | 1 | -2/+11 |
* | bql: Byte queue limits | Tom Herbert | 2011-11-29 | 3 | -8/+141 |
* | xps: Add xps_queue_release function | Tom Herbert | 2011-11-29 | 1 | -42/+47 |
* | net: Add queue state xoff flag for stack | Tom Herbert | 2011-11-29 | 6 | -14/+16 |
* | tcp: do not scale TSO segment size with reordering degree | Neal Cardwell | 2011-11-29 | 2 | -2/+2 |
* | atm: br2684: Avoid alignment issues | Pascal Hambourg | 2011-11-29 | 1 | -1/+2 |
* | atm: br2684: Make headroom and hard_header_len depend on the payload type | Pascal Hambourg | 2011-11-29 | 1 | -2/+6 |
* | net: optimize socket timestamping | Eric Dumazet | 2011-11-29 | 1 | -15/+12 |
* | net: dont call jump_label_dec from irq context | Eric Dumazet | 2011-11-29 | 3 | -3/+31 |
* | 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 |