aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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-17net: fix endian check warning in etherdevice.hJesse Brandeburg1-1/+1
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
2015-08-17bnx2: Fix bandwidth allocation for some MF modesYuval Mintz3-2/+6
2015-08-16ipv4: fix refcount leak in fib_check_nh()Eric Dumazet1-1/+2
2015-08-15ieee802154: 6lowpan: fix non-lowpan wpan interfacesAlexander Aring1-3/+4
2015-08-15ieee802154: 6lowpan: fix packet layer registrationAlexander Aring1-5/+17
2015-08-15Bluetooth: btusb: mark 0c10:0000 devices with BTUSB_SWAVEPeter Poklop1-0/+3
2015-08-14batman-adv: Fix potentially broken skb network header accessLinus Lüssing1-1/+6
2015-08-14batman-adv: remove broadcast packets scheduled for purged outgoing ifSimon Wunderlich1-1/+2
2015-08-14batman-adv: protect tt request from double deletionMarek Lindner1-4/+5
2015-08-14batman-adv: Fix potential synchronization issues in mcast tvlv handlerLinus Lüssing3-13/+58
2015-08-14batman-adv: Make MCAST capability changes atomicLinus Lüssing2-9/+11