summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-17ax25: Fix set-but-unused variable.David S. Miller1-2/+1
2011-04-17econet: Fix set-but-unused variable.David S. Miller1-8/+0
2011-04-17decnet: Fix set-but-unused variable.David S. Miller1-2/+1
2011-04-17pktgen: Fix set-but-unused variable.David S. Miller1-2/+0
2011-04-17atm: solos-pci: Fix set-but-unused variable.David S. Miller1-2/+1
2011-04-17atm: idt77252: Fix set-but-unused variables.David S. Miller1-48/+4
2011-04-17atm: he: Fix undefined sequence points.David S. Miller1-2/+2
2011-04-17atm: eni: Kill set-but-unused variables.David S. Miller1-5/+0
2011-04-15net: gianfar: convert to hw_featuresMichał Mirosław3-61/+16
2011-04-15net: mlx4: convert to hw_featuresMichał Mirosław4-60/+11
2011-04-15net: forcedeth: convert to hw_featuresMichał Mirosław1-52/+26
2011-04-15net: dm9000: convert to hw_featuresMichał Mirosław1-44/+13
2011-04-15net: spider_net: convert to hw_featuresMichał Mirosław3-36/+7
2011-04-15net: minor cleanup to net_namespace.c.Rob Landley1-8/+4
2011-04-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter5-7/+84
2011-04-15ipv6: ignore looped-back NA while dad is runningDaniel Walter1-3/+4
2011-04-14rndis_host: Quirky devices are still 'point-to-point'Ben Hutchings1-1/+1
2011-04-14net-bonding: Adding support for throughputs larger than 65536 MbpsDavid Decotigny2-8/+10
2011-04-14net-bonding: Fix minor/cosmetic type inconsistenciesDavid Decotigny2-4/+2
2011-04-14net-bonding: Fix minor sparse complaintsDavid Decotigny3-4/+3
2011-04-14qlge: make nic_operations struct conststephen hemminger2-3/+3
2011-04-14sfc: make function tables conststephen hemminger13-24/+24
2011-04-14Phonet: convert bound sockets hash list to RCURémi Denis-Courmont1-24/+21
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W14-31/+34
2011-04-14ipv4: Call fib_select_default() only when actually necessary.David S. Miller3-2/+12
2011-04-14NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG callsRalf Baechle3-40/+4
2011-04-13ixgbe: DCB, X540 devices do not respond to pause framesJohn Fastabend2-2/+9
2011-04-13ixgbe: DCB, misallocated packet buffer size with X540 deviceJohn Fastabend6-27/+52
2011-04-13ixgbe: make device_caps() genericEmil Tantilov4-17/+18
2011-04-13ixgbe: explicitly disable 100H for x540Emil Tantilov1-1/+2
2011-04-13ixgbe: add support for new HWEmil Tantilov3-0/+4
2011-04-13ixgbe: fix semaphores in eeprom routines for x540Emil Tantilov3-47/+153
2011-04-13ixgbe: cleanup short msleep's (<20ms) to use usleep_rangeDon Skidmore8-28/+36
2011-04-13ixgbe: fix 82599 KR downshift coexistence with LESM FW moduleEmil Tantilov2-1/+48
2011-04-13ixgbe: move disabling of relaxed ordering in start_hw()Emil Tantilov3-5/+35
2011-04-13ixgbe: refactor common start_hw code for 82599 and x540Emil Tantilov4-13/+58
2011-04-13ixgbe: update version string for Dell CEM useJeff Kirsher1-2/+6
2011-04-13ixgbe: fix namespacecheck issueEmil Tantilov1-1/+1
2011-04-13ixgbe: correct function number for some 82598 partsEmil Tantilov2-1/+38
2011-04-13ixgbe: fix return value checksEmil Tantilov1-3/+2
2011-04-13ixgbe: DCB, further cleanups to app configurationJohn Fastabend1-83/+24
2011-04-13e1000e: If ASPM L0s needs to be disabled, do it prior to enabling deviceBruce Allan3-11/+30
2011-04-13e1000e: fix stats locking in e1000_watchdog_taskFlavio Leitner1-1/+1
2011-04-13e1000e: convert to new VLAN modelJeff Kirsher3-81/+119
2011-04-13e1000e: PCIe link speed in GT/s, not GB/sBruce Allan1-1/+1
2011-04-13e1000e: convert short duration msleep() to usleep_range()Bruce Allan7-35/+33
2011-04-13igb: introduce igb_thermal_sensor_event for sensor checkingStefan Assmann1-33/+34
2011-04-13igb: fix typo in igb_validate_nvm_checksum_82580Stefan Assmann1-1/+2
2011-04-13igb: Add anti-spoofing feature documentationGreg Rose1-0/+13
2011-04-13net: allow shifted access in smsc911x V2Mathieu J. Poirier2-7/+150