| Commit message (Expand) | Author | Age | Files | Lines |
* | isdn: i4l: isdn_tty: Fix unused-but-set variables. | David S. Miller | 2011-04-18 | 1 | -2/+0 |
* | bnx2x: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 1 | -7/+2 |
* | bna: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 3 | -30/+4 |
* | isdn: mISDN: socket: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 1 | -0/+3 |
* | isdn: i4l: isdn_net: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 1 | -2/+0 |
* | isdn: i4l: isdn_common: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 1 | -9/+2 |
* | isdn: teles_cs: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 1 | -2/+0 |
* | isdn: l3ni1: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 1 | -3/+1 |
* | isdn: l3dss1: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 1 | -3/+1 |
* | isdn: jade: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 1 | -2/+1 |
* | isdn: ipacx: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 1 | -2/+2 |
* | isdn: hfc_usb: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 1 | -4/+2 |
* | isdn: elsa_ser: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 1 | -2/+1 |
* | isdn: elsa_cs: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 1 | -2/+0 |
* | isdn: arcofi: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 1 | -3/+1 |
* | isdn: hfcsusb: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 1 | -4/+1 |
* | isdn: hfcpci: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 1 | -4/+2 |
* | isdn: eicon: Fix set-but-unused variables. | David S. Miller | 2011-04-18 | 2 | -23/+3 |
* | isdn: gigaset: Fix set-but-unused variable. | David S. Miller | 2011-04-18 | 1 | -5/+0 |
* | atl1c: Fix set-but-unused variable. | David S. Miller | 2011-04-17 | 1 | -2/+0 |
* | atl1e: Fix set-but-unused variable. | David S. Miller | 2011-04-17 | 1 | -2/+0 |
* | atlx: Fix set-but-unused variable. | David S. Miller | 2011-04-17 | 1 | -3/+0 |
* | bonding: Fix set-but-unused variable. | David S. Miller | 2011-04-17 | 1 | -2/+0 |
* | atm: solos-pci: Fix set-but-unused variable. | David S. Miller | 2011-04-17 | 1 | -2/+1 |
* | atm: idt77252: Fix set-but-unused variables. | David S. Miller | 2011-04-17 | 1 | -48/+4 |
* | atm: he: Fix undefined sequence points. | David S. Miller | 2011-04-17 | 1 | -2/+2 |
* | atm: eni: Kill set-but-unused variables. | David S. Miller | 2011-04-17 | 1 | -5/+0 |
* | net: gianfar: convert to hw_features | Michał Mirosław | 2011-04-16 | 3 | -61/+16 |
* | net: mlx4: convert to hw_features | Michał Mirosław | 2011-04-16 | 4 | -60/+11 |
* | net: forcedeth: convert to hw_features | Michał Mirosław | 2011-04-16 | 1 | -52/+26 |
* | net: dm9000: convert to hw_features | Michał Mirosław | 2011-04-16 | 1 | -44/+13 |
* | net: spider_net: convert to hw_features | Michał Mirosław | 2011-04-16 | 3 | -36/+7 |
* | rndis_host: Quirky devices are still 'point-to-point' | Ben Hutchings | 2011-04-15 | 1 | -1/+1 |
* | net-bonding: Adding support for throughputs larger than 65536 Mbps | David Decotigny | 2011-04-15 | 2 | -8/+10 |
* | net-bonding: Fix minor/cosmetic type inconsistencies | David Decotigny | 2011-04-15 | 2 | -4/+2 |
* | net-bonding: Fix minor sparse complaints | David Decotigny | 2011-04-15 | 3 | -4/+3 |
* | qlge: make nic_operations struct const | stephen hemminger | 2011-04-15 | 2 | -3/+3 |
* | sfc: make function tables const | stephen hemminger | 2011-04-15 | 13 | -24/+24 |
* | ethtool: allow custom interval for physical identification | Allan, Bruce W | 2011-04-15 | 12 | -14/+14 |
* | ixgbe: DCB, X540 devices do not respond to pause frames | John Fastabend | 2011-04-14 | 2 | -2/+9 |
* | ixgbe: DCB, misallocated packet buffer size with X540 device | John Fastabend | 2011-04-14 | 6 | -27/+52 |
* | ixgbe: make device_caps() generic | Emil Tantilov | 2011-04-14 | 4 | -17/+18 |
* | ixgbe: explicitly disable 100H for x540 | Emil Tantilov | 2011-04-14 | 1 | -1/+2 |
* | ixgbe: add support for new HW | Emil Tantilov | 2011-04-14 | 3 | -0/+4 |
* | ixgbe: fix semaphores in eeprom routines for x540 | Emil Tantilov | 2011-04-14 | 3 | -47/+153 |
* | ixgbe: cleanup short msleep's (<20ms) to use usleep_range | Don Skidmore | 2011-04-14 | 8 | -28/+36 |
* | ixgbe: fix 82599 KR downshift coexistence with LESM FW module | Emil Tantilov | 2011-04-14 | 2 | -1/+48 |
* | ixgbe: move disabling of relaxed ordering in start_hw() | Emil Tantilov | 2011-04-14 | 3 | -5/+35 |
* | ixgbe: refactor common start_hw code for 82599 and x540 | Emil Tantilov | 2011-04-14 | 4 | -13/+58 |
* | ixgbe: update version string for Dell CEM use | Jeff Kirsher | 2011-04-14 | 1 | -2/+6 |