aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-03atl1e: enable support for NETIF_F_RXALL and NETIF_F_RXCRC featuresAndrea Merello1-4/+42
2013-10-033com: Fix drivers/net/ethernet/3com/Kconfig references to PCMCIA and 3c515Matthew Whitehead1-2/+2
2013-10-03net: myri10ge: Change variable type to boolPeter Senna Tschudin1-2/+2
2013-10-03net: bnx2x: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-10-03net: atl1c: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-10-03bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov4-134/+70
2013-10-02ath10k: wmi: Convert use of 6 to ETH_ALENJoe Perches1-1/+1
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches54-144/+141
2013-10-02isdn: eicon: free pointer after using it in log msg in divas_um_idi_delete_entity()Jesper Juhl1-1/+1
2013-10-02xen-netfront: convert to GRO APIWei Liu1-1/+3
2013-10-02tg3: use phylib when robo switch is in useHauke Mehrtens1-1/+10
2013-10-02tg3: add support a phy at an address different than 01Hauke Mehrtens1-19/+19
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller269-1355/+2295
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds56-481/+737
2013-10-01igb: Add ethtool support to configure number of channelsLaura Mihaela Vasilescu3-0/+107
2013-10-01igb: Add ethtool offline tests for i354Fujinaka, Todd1-2/+4
2013-10-01ixgbe: remove marketing names from busy poll codeJacob Keller3-23/+23
2013-10-01ixgbe: Cleanup the use of tabs and spacesJeff Kirsher2-26/+26
2013-10-01ixgbe: ethtool DCB registers dump for 82599 and x540Leonardo Potenza2-15/+65
2013-10-01ixgbevf: move API neg to reset pathDon Skidmore1-11/+10
2013-10-01ixgbevf: add wait for Rx queue disableDon Skidmore1-17/+44
2013-10-01ixgbevf: cleanup redundant mailbox read failure checkDon Skidmore1-27/+2
2013-10-01ixgbevf: do not print registers to dmesg in ixgbevf_get_regsJacob Keller1-53/+2
2013-10-01be2net: add a counter for pkts dropped in xmit pathSathya Perla3-2/+8
2013-10-01be2net: fix adaptive interrupt coalescingSathya Perla5-73/+115
2013-10-01be2net: call ENABLE_VF cmd for Skyhawk-R tooVasundhara Volam2-2/+3
2013-10-01be2net: Create single TXQ on BE3-R 1G portsVasundhara Volam1-9/+2
2013-10-01be2net: pass if_id for v1 and V2 versions of TX_CREATE cmdVasundhara Volam1-1/+2
2013-10-01be2net: Call be_vf_setup() even when VFs are enbaled from previous loadVasundhara Volam2-5/+5
2013-10-01qlcnic: Fix SR-IOV configurationManish Chopra1-1/+7
2013-10-01ll_temac: Reset dma descriptors indexes on ndo_openRicardo Ribalda1-0/+6
2013-10-01net: can: c_can_platform: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-01net: ethernet: cpsw-phy-sel: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-01net: ethernet: cpsw: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-09-30Merge branch 'fixes-for-3.12' of git://gitorious.org/linux-can/linux-canDavid S. Miller1-12/+0
2013-09-30bonding: RCUify bond_set_rx_mode()Veaceslav Falico1-3/+4
2013-09-30ethernet: moxa: fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz1-1/+1
2013-09-30drivers: net: phy: marvell.c: removed checkpatch.pl warningsAvinash Kumar1-2/+2
2013-09-30net: skb_is_gso_v6() requires skb_is_gso()Eric Dumazet1-8/+10
2013-09-30bgmac: add support for Byte Queue LimitsHauke Mehrtens1-0/+10
2013-09-30b44: add support for Byte Queue LimitsHauke Mehrtens1-0/+10
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman2-2/+2
2013-09-30powerpc/83xx: gianfar_ptp: select 1588 clock source through dts fileAida Mynzhasova1-1/+3
2013-09-30Revert "powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file"David S. Miller1-3/+1
2013-09-30bonding: Fix broken promiscuity reference counting issueNeil Horman1-3/+10
2013-09-30dm9601: fix IFF_ALLMULTI handlingPeter Korsgaard1-1/+1
2013-09-30Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller15-18/+10
2013-09-30xen-netback: improve ring effeciency for guest RXWei Liu1-83/+61
2013-09-30bonding: trivial: remove forgotten bond_next_vlan()Veaceslav Falico1-1/+0
2013-09-30xen-netback: Handle backend state transitions in a more robust wayPaul Durrant1-30/+118