aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-17net: Export bpf_prog_create_from_user().David S. Miller1-0/+1
2015-08-17ipv6: trivial whitespace fixIan Morris1-1/+2
2015-08-17rhashtable-test: extend to test concurrencyPhil Sutter1-1/+155
2015-08-17Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller9-48/+102
2015-08-17Merge tag 'mac80211-next-for-davem-2015-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller54-846/+1510
2015-08-17Merge branch 'bpf_fanout'David S. Miller5-14/+222
2015-08-17selftests/net: test extended BPF fanout modeWillem de Bruijn1-0/+53
2015-08-17selftests/net: test classic bpf fanout modeWillem de Bruijn2-12/+33
2015-08-17packet: add extended BPF fanout modeWillem de Bruijn2-0/+32
2015-08-17packet: add classic BPF fanout modeWillem de Bruijn3-2/+104
2015-08-17lwtunnel: rename ip lwtunnel attributesJiri Benc3-58/+57
2015-08-17smsc911x: Fix crash seen if neither ACPI nor OF is configured or usedGuenter Roeck1-1/+6
2015-08-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller7-26/+42
2015-08-17net: fix endian check warning in etherdevice.hJesse Brandeburg1-1/+1
2015-08-17Merge branch 'iff_no_queue'David S. Miller2-2/+7
2015-08-17net: sch_generic: react upon IFF_NO_QUEUE flagPhil Sutter1-2/+4
2015-08-17net: declare new net_device priv_flag IFF_NO_QUEUEPhil Sutter1-0/+3
2015-08-17tipc: don't sanity check non-existing TLV (NL compat)Richard Alpe1-1/+1