summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'intel'David S. Miller2013-10-0111-174/+283
|\
| * igb: Add ethtool support to configure number of channelsLaura Mihaela Vasilescu2013-10-013-0/+107
| * igb: Add ethtool offline tests for i354Fujinaka, Todd2013-10-011-2/+4
| * ixgbe: remove marketing names from busy poll codeJacob Keller2013-10-013-23/+23
| * ixgbe: Cleanup the use of tabs and spacesJeff Kirsher2013-10-012-26/+26
| * ixgbe: ethtool DCB registers dump for 82599 and x540Leonardo Potenza2013-10-012-15/+65
| * ixgbevf: move API neg to reset pathDon Skidmore2013-10-011-11/+10
| * ixgbevf: add wait for Rx queue disableDon Skidmore2013-10-011-17/+44
| * ixgbevf: cleanup redundant mailbox read failure checkDon Skidmore2013-10-011-27/+2
| * ixgbevf: do not print registers to dmesg in ixgbevf_get_regsJacob Keller2013-10-011-53/+2
|/
* be2net: add a counter for pkts dropped in xmit pathSathya Perla2013-10-013-2/+8
* be2net: fix adaptive interrupt coalescingSathya Perla2013-10-015-73/+115
* be2net: call ENABLE_VF cmd for Skyhawk-R tooVasundhara Volam2013-10-012-2/+3
* be2net: Create single TXQ on BE3-R 1G portsVasundhara Volam2013-10-011-9/+2
* be2net: pass if_id for v1 and V2 versions of TX_CREATE cmdVasundhara Volam2013-10-011-1/+2
* be2net: Call be_vf_setup() even when VFs are enbaled from previous loadVasundhara Volam2013-10-012-5/+5
* net: can: c_can_platform: Remove redundant of_match_ptrSachin Kamat2013-10-011-1/+1
* net: ethernet: cpsw-phy-sel: Remove redundant of_match_ptrSachin Kamat2013-10-011-1/+1
* net: ethernet: cpsw: Remove redundant of_match_ptrSachin Kamat2013-10-011-1/+1
* bonding: RCUify bond_set_rx_mode()Veaceslav Falico2013-10-011-3/+4
* drivers: net: phy: marvell.c: removed checkpatch.pl warningsAvinash Kumar2013-10-011-2/+2
* net: skb_is_gso_v6() requires skb_is_gso()Eric Dumazet2013-10-012-8/+11
* net: add missing sk_max_pacing_rate docEric Dumazet2013-10-011-0/+1
* bgmac: add support for Byte Queue LimitsHauke Mehrtens2013-10-011-0/+10
* b44: add support for Byte Queue LimitsHauke Mehrtens2013-10-011-0/+10
* net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman2013-10-0112-46/+56
* ethernet: use likely() for common Ethernet encapstephen hemminger2013-10-011-4/+5
* ethernet: cleanup eth_type_transstephen hemminger2013-10-011-14/+3
* Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2013-10-0120-18/+146
|\
| * can: sja1000: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-214-5/+0
| * can: pch_can: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-211-1/+0
| * can: c_can: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-211-2/+0
| * can: ti_hecc: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
| * can: softing: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
| * can: sja1000: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
| * can: mcp251x: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
| * can: janz-ican3: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
| * can: flexcan: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
| * can: cc770: use dev_get_platdata()Jingoo Han2013-09-211-2/+2
| * can: bfin_can: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
| * can: at91_can: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
| * can: add explicit copyrights to can's netlink headerUwe Kleine-König2013-09-211-0/+8
| * can: add explicit copyrights to can headersUwe Kleine-König2013-09-214-0/+128
* | ipv6: Not need to set fl6.flowi6_flags as zeroLi RongQing2013-10-011-3/+0
* | xen-netback: improve ring effeciency for guest RXWei Liu2013-10-011-83/+61
* | qdisc: basic classifier - remove unnecessary initializationstephen hemminger2013-09-301-1/+1
* | qdisc: meta return ENOMEM on alloc failurestephen hemminger2013-09-301-1/+3
* | bonding: trivial: remove forgotten bond_next_vlan()Veaceslav Falico2013-09-301-1/+0
* | Merge branch '20130926_include_linux_networking_externs' of git://repo.or.cz/...David S. Miller2013-09-3019-588/+530
|\ \
| * | [networking]device.h: Remove extern from function prototypesJoe Perches2013-09-276-266/+248