| Commit message (Expand) | Author | Files | Lines |
2011-04-15 | Phonet: convert bound sockets hash list to RCU | Rémi Denis-Courmont | 1 | -24/+21 |
2011-04-15 | ethtool: allow custom interval for physical identification | Allan, Bruce W | 14 | -31/+34 |
2011-04-15 | ipv4: Call fib_select_default() only when actually necessary. | David S. Miller | 3 | -2/+12 |
2011-04-14 | NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG calls | Ralf Baechle | 3 | -40/+4 |
2011-04-14 | ixgbe: DCB, X540 devices do not respond to pause frames | John Fastabend | 2 | -2/+9 |
2011-04-14 | ixgbe: DCB, misallocated packet buffer size with X540 device | John Fastabend | 6 | -27/+52 |
2011-04-14 | ixgbe: make device_caps() generic | Emil Tantilov | 4 | -17/+18 |
2011-04-14 | ixgbe: explicitly disable 100H for x540 | Emil Tantilov | 1 | -1/+2 |
2011-04-14 | ixgbe: add support for new HW | Emil Tantilov | 3 | -0/+4 |
2011-04-14 | ixgbe: fix semaphores in eeprom routines for x540 | Emil Tantilov | 3 | -47/+153 |
2011-04-14 | ixgbe: cleanup short msleep's (<20ms) to use usleep_range | Don Skidmore | 8 | -28/+36 |
2011-04-14 | ixgbe: fix 82599 KR downshift coexistence with LESM FW module | Emil Tantilov | 2 | -1/+48 |
2011-04-14 | ixgbe: move disabling of relaxed ordering in start_hw() | Emil Tantilov | 3 | -5/+35 |
2011-04-14 | ixgbe: refactor common start_hw code for 82599 and x540 | Emil Tantilov | 4 | -13/+58 |
2011-04-14 | ixgbe: update version string for Dell CEM use | Jeff Kirsher | 1 | -2/+6 |
2011-04-14 | ixgbe: fix namespacecheck issue | Emil Tantilov | 1 | -1/+1 |
2011-04-14 | ixgbe: correct function number for some 82598 parts | Emil Tantilov | 2 | -1/+38 |
2011-04-14 | ixgbe: fix return value checks | Emil Tantilov | 1 | -3/+2 |
2011-04-14 | ixgbe: DCB, further cleanups to app configuration | John Fastabend | 1 | -83/+24 |
2011-04-14 | e1000e: If ASPM L0s needs to be disabled, do it prior to enabling device | Bruce Allan | 3 | -11/+30 |
2011-04-14 | e1000e: fix stats locking in e1000_watchdog_task | Flavio Leitner | 1 | -1/+1 |
2011-04-14 | e1000e: convert to new VLAN model | Jeff Kirsher | 3 | -81/+119 |
2011-04-14 | e1000e: PCIe link speed in GT/s, not GB/s | Bruce Allan | 1 | -1/+1 |
2011-04-14 | e1000e: convert short duration msleep() to usleep_range() | Bruce Allan | 7 | -35/+33 |
2011-04-14 | igb: introduce igb_thermal_sensor_event for sensor checking | Stefan Assmann | 1 | -33/+34 |
2011-04-14 | igb: fix typo in igb_validate_nvm_checksum_82580 | Stefan Assmann | 1 | -1/+2 |
2011-04-14 | igb: Add anti-spoofing feature documentation | Greg Rose | 1 | -0/+13 |
2011-04-14 | net: allow shifted access in smsc911x V2 | Mathieu J. Poirier | 2 | -7/+150 |
2011-04-14 | tg3: Add support for extended VPD blocks | Matt Carlson | 2 | -44/+83 |
2011-04-14 | tg3: Add jumbo frame loopback tests to selftest | Matt Carlson | 1 | -9/+25 |
2011-04-14 | tg3: Automatically size stat/test string arrays | Matt Carlson | 1 | -7/+8 |
2011-04-14 | tg3: Dump registers when status block shows errors | Matt Carlson | 2 | -1/+42 |
2011-04-14 | tg3: Provide full regdump on tx timeout | Matt Carlson | 2 | -68/+123 |
2011-04-13 | rndis_host: Poll status before control channel where necessary | Ben Hutchings | 2 | -7/+34 |
2011-04-13 | stmmac: review Wol and enable the Unicast support | Giuseppe Cavallaro | 2 | -4/+5 |
2011-04-13 | macb: Add rx overrun counter | Alexander Stein | 1 | -1/+7 |
2011-04-13 | net: ethtool support to configure number of channels | amit salecha | 2 | -0/+71 |
2011-04-13 | net: Missing 'inline' in vlan-disabled vlan_untag() | David S. Miller | 1 | -1/+1 |
2011-04-13 | atm: iphase: Fix set-but-not-used warnings. | David S. Miller | 1 | -11/+3 |
2011-04-13 | 9p: Kill set but unused variable in 9p_client_{read,write}() and p9_client_re... | David S. Miller | 1 | -6/+3 |
2011-04-12 | net: vlan_features comment clarification | Michał Mirosław | 1 | -1/+1 |
2011-04-12 | net: ioc3: convert to hw_features | Michał Mirosław | 1 | -28/+2 |
2011-04-12 | net: bnx2x: convert to hw_features | Michał Mirosław | 5 | -118/+57 |
2011-04-12 | net: bna: convert to hw_features | Michał Mirosław | 3 | -78/+9 |
2011-04-12 | net: ps3_gelic: convert to hw_features | Michał Mirosław | 3 | -28/+5 |
2011-04-12 | net: sky2: convert to hw_features | Michał Mirosław | 2 | -103/+59 |
2011-04-12 | net: add RTNL_ASSERT in __netdev_update_features() | Michał Mirosław | 1 | -0/+2 |
2011-04-12 | net: vlan: make non-hw-accel rx path similar to hw-accel | Jiri Pirko | 6 | -187/+99 |
2011-04-12 | ethtool: time to blink provided in seconds not jiffies | Allan, Bruce W | 1 | -1/+1 |
2011-04-12 | vxge: update driver version | Jon Mason | 1 | -2/+2 |