aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-18igb: do not re-init SR-IOV during probeStefan Assmann1-1/+1
2015-08-18igb: missing rtnl_unlock in igb_sriov_reinit()Vasily Averin1-0/+1
2015-08-18igb: Fix oops caused by missing queue pairingShota Suzuki3-3/+19
2015-08-18Merge branch 'drivers_iff_no_queue'David S. Miller29-48/+36
2015-08-18net: sched: drop all special handling of tx_queue_len == 0Phil Sutter5-17/+9
2015-08-18net: warn if drivers set tx_queue_len = 0Phil Sutter1-0/+3
2015-08-18staging: wilc1000: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter5-5/+5
2015-08-18net: hsr: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: batman-adv: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: mac80211_hwsim: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: hostap: convert to using IFF_NO_QUEUEPhil Sutter1-2/+2
2015-08-18net: dsa: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: ipvlan: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: bonding: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: 6lowpan: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: bridge: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: 8021q: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: vxlan: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: team: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: nlmon: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: loopback: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: geneve: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: dummy: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: veth: enable noqueue operation by defaultPhil Sutter1-0/+1
2015-08-17Merge branch 'Identifier-Locator-Addressing'David S. Miller27-39/+403
2015-08-17net: Identifier Locator Addressing moduleTom Herbert5-0/+252
2015-08-17net: Add inet_proto_csum_replace_by_diff utility functionTom Herbert2-0/+15
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert18-36/+38
2015-08-17lwt: Add support to redirect dst.inputTom Herbert4-3/+98
2015-08-17enic: Fix sparse warning in vnic_devcmd_init().David S. Miller1-1/+1
2015-08-17mlx5e: Fix sparse warnings in mlx5e_handle_csum().David S. Miller1-1/+1
2015-08-17inet: Move VRF table lookup to inlined functionDavid Ahern2-9/+25
2015-08-17net: Fix docbook warning for IFF_VRF_MASTER enumDavid Ahern1-0/+1
2015-08-17net: Updates to netif_index_is_vrfDavid Ahern1-1/+11
2015-08-17Merge branch 'mlx5e-next'David S. Miller6-91/+266
2015-08-17net/mlx5e: Support RX CHECKSUM_COMPLETEAchiad Shochat3-12/+43
2015-08-17net/mlx5e: Support ethtool get/set_pauseparamAchiad Shochat3-0/+85
2015-08-17net/mlx5e: Ethtool link speed setting fixesAchiad Shochat3-27/+23
2015-08-17net/mlx5e: HW LRO changes/fixesAchiad Shochat3-4/+5
2015-08-17net/mlx5e: Support smaller RX/TX ring sizesAchiad Shochat1-2/+2
2015-08-17net/mlx5e: Add ethtool RSS configuration optionsAchiad Shochat3-11/+74
2015-08-17net/mlx5e: Make RSS indirection table size a constantAchiad Shochat2-35/+30
2015-08-17net/mlx5e: Have a single RSS Toeplitz hash keyAchiad Shochat2-1/+5
2015-08-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller40-237/+2462
2015-08-17Merge branch 'enic-devcmd2'David S. Miller11-83/+357
2015-08-17enic: add devcmd2Govindarajulu Varadarajan7-12/+222
2015-08-17enic: add devcmd2 resourcesGovindarajulu Varadarajan4-0/+42
2015-08-17enic: use netdev_<foo> or dev_<foo> instead of pr_<foo>Govindarajulu Varadarajan6-31/+54
2015-08-17enic: move struct definition from .c to .h fileGovindarajulu Varadarajan2-40/+39