Age | Commit message (Expand) | Author | Files | Lines |
2011-06-09 | cnic: Improve NETDEV_UP event handling | Michael Chan | 1 | -2/+2 |
2011-06-09 | cnic: Randomize initial TCP port for iSCSI connections | Eddie Wai | 1 | -5/+9 |
2011-06-09 | cnic: Fix race conditions with firmware | Michael Chan | 1 | -3/+11 |
2011-06-09 | cnic: Fix interrupt logic | Michael Chan | 1 | -9/+4 |
2011-06-09 | inetpeer: lower false sharing effect | Eric Dumazet | 1 | -11/+13 |
2011-06-09 | niu: support 64 bit stats interface | stephen hemminger | 1 | -16/+20 |
2011-06-09 | myricom: update to 64 bit stats | stephen hemminger | 1 | -6/+8 |
2011-06-09 | enic: update to support 64 bit stats | stephen hemminger | 1 | -4/+4 |
2011-06-09 | netxen: convert to 64 bit statistics | stephen hemminger | 1 | -4/+5 |
2011-06-09 | veth: convert to 64 bit statistics | stephen hemminger | 1 | -23/+18 |
2011-06-09 | vmxnet3: convert to 64 bit stats interface | stephen hemminger | 3 | -25/+26 |
2011-06-09 | inetpeer: remove unused list | Eric Dumazet | 5 | -234/+74 |
2011-06-09 | tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open side | Jerry Chu | 8 | -27/+55 |
2011-06-09 | ipv6: generate link local address for GRE tunnel | stephen hemminger | 1 | -0/+35 |
2011-06-09 | iph: use default get_stats | stephen hemminger | 1 | -11/+4 |
2011-06-09 | v2 ethtool: remove support for ETHTOOL_GRXNTUPLE | Alexander Duyck | 4 | -333/+3 |
2011-06-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 133 | -1293/+3173 |
2011-06-08 | net: add needed interrupt.h | Stephen Rothwell | 1 | -0/+1 |
2011-06-07 | ath9k: make use of a helper to get paprd scale factor | Mohammed Shafi Shajakhan | 1 | -14/+3 |
2011-06-07 | mwifiex: disable transmission buffer aggregation for AMSDU packets | Yogesh Ashok Powar | 1 | -5/+13 |
2011-06-07 | mwifiex: adding check for enough space before padding | Yogesh Ashok Powar | 1 | -8/+14 |
2011-06-07 | mwifiex: Remove redundant skb_queue_empty checks | Yogesh Ashok Powar | 1 | -10/+5 |
2011-06-07 | mwifiex: remove list traversal in mwifiex_num_pkts_in_txq | Yogesh Ashok Powar | 3 | -25/+11 |
2011-06-07 | iwlwifi: remove unecessary if statement | Greg Dietsche | 1 | -3/+0 |
2011-06-07 | iwlagn: refactor iwlagn_mac_channel_switch | Stanislaw Gruszka | 1 | -54/+52 |
2011-06-07 | wl12xx: Stop BA session event from device | Shahar Levi | 6 | -4/+46 |
2011-06-07 | mac80211: Stop BA session event from device | Shahar Levi | 4 | -0/+41 |
2011-06-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 33 | -236/+249 |
2011-06-07 | Merge branch 'can/at91-sam9x5' of git://git.pengutronix.de/git/mkl/linux-2.6 | David S. Miller | 2 | -112/+259 |
2011-06-07 | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 163 | -1/+165 |
2011-06-07 | be2net: Fix Rx pause counter for lancer | Selvin Xavier | 1 | -2/+2 |
2011-06-07 | qlge: remove unecessary if statement | Greg Dietsche | 1 | -2/+0 |
2011-06-07 | enic: Add support for MTU change via port profile on a dynamic vnic | Roopa Prabhu | 2 | -6/+68 |
2011-06-07 | macvlan: add VLAN filters to lowerdev | John Fastabend | 1 | -1/+38 |
2011-06-07 | sctp: Guard IPV6 specific code properly. | David S. Miller | 1 | -1/+2 |
2011-06-06 | iwl4965: set tx power after rxon_assoc | Stanislaw Gruszka | 1 | -1/+2 |
2011-06-06 | rt2x00: fix rmmod crash | Stanislaw Gruszka | 2 | -1/+6 |
2011-06-06 | iwlagn: use cts-to-self protection on 5000 adapters series | Stanislaw Gruszka | 3 | -11/+10 |
2011-06-06 | Revert "mac80211: Skip tailroom reservation for full HW-crypto devices" | John W. Linville | 3 | -23/+8 |
2011-06-06 | net/can: allow CAN_AT91 on AT91SAM9X5 | Uwe Kleine-König | 1 | -2/+3 |
2011-06-06 | can: at91_can: add support for the AT91SAM9X5 SOCs | Marc Kleine-Budde | 1 | -14/+55 |
2011-06-06 | can: at91_can: register mb0 sysfs entry only on at91sam9263 | Marc Kleine-Budde | 1 | -1/+3 |
2011-06-06 | can: at91_can: add id_table and convert prime mailbox constats to functions | Marc Kleine-Budde | 1 | -38/+99 |
2011-06-06 | can: at91_can: convert derived mailbox constants into functions | Marc Kleine-Budde | 1 | -42/+83 |
2011-06-06 | can: at91_can: rename AT91_MB_RX_MASK to AT91_IRQ_MB_RX | Marc Kleine-Budde | 1 | -9/+9 |
2011-06-06 | can: at91_can: directly define AT91_MB_RX_LAST | Marc Kleine-Budde | 1 | -2/+1 |
2011-06-06 | can: at91_can: let get_tx_* functions return unsigned int | Marc Kleine-Budde | 1 | -3/+3 |
2011-06-06 | can: at91_can: don't copy data to rx'ed RTR frames | Marc Kleine-Budde | 1 | -4/+6 |
2011-06-06 | can: at91_can: fix comment about priv->tx_next | Marc Kleine-Budde | 1 | -1/+1 |
2011-06-06 | can: at91_can: don't align struct definitions | Marc Kleine-Budde | 1 | -17/+17 |