aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-17net: Identifier Locator Addressing moduleTom Herbert2-0/+16
2015-08-17net: Add inet_proto_csum_replace_by_diff utility functionTom Herbert1-0/+2
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert1-3/+3
2015-08-17lwt: Add support to redirect dst.inputTom Herbert1-1/+29
2015-08-17inet: Move VRF table lookup to inlined functionDavid Ahern1-0/+24
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 ethtool get/set_pauseparamAchiad Shochat1-0/+5
2015-08-17net/mlx5e: Ethtool link speed setting fixesAchiad Shochat1-5/+6
2015-08-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller4-0/+64
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. Miller4-36/+77
2015-08-17packet: add extended BPF fanout modeWillem de Bruijn1-0/+1
2015-08-17packet: add classic BPF fanout modeWillem de Bruijn1-0/+2
2015-08-17lwtunnel: rename ip lwtunnel attributesJiri Benc2-15/+14
2015-08-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+5
2015-08-17net: fix endian check warning in etherdevice.hJesse Brandeburg1-1/+1
2015-08-17net: declare new net_device priv_flag IFF_NO_QUEUEPhil Sutter1-0/+3
2015-08-14mac80211: fix BIT position for TDLS WIDE extended capEmmanuel Grumbach1-1/+1
2015-08-14average: provide macro to create static EWMAJohannes Berg1-0/+39
2015-08-13net: Fix up inet_addr_type checksDavid Ahern1-0/+3
2015-08-13net: Add inet_addr lookup by tableDavid Ahern1-0/+1
2015-08-13net: Use VRF device index for lookups on TXDavid Ahern2-0/+4
2015-08-13net: Introduce VRF related flags and helpersDavid Ahern3-0/+168
2015-08-13net: dsa: add support for switchdev VLAN objectsVivien Didelot1-0/+11
2015-08-13net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2-0/+2
2015-08-13Add a matching set of device_ functions for determining mac/phyJeremy Linton1-0/+4
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-20/+43
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2015-08-13mac80211: remove ieee80211_aes_cmac_calculate_k1_k2()Johannes Berg1-13/+0
2015-08-12drm/radeon: add new OLAND pci idAlex Deucher1-0/+1
2015-08-116lowpan: add generic 6lowpan netdev private dataAlexander Aring1-0/+23
2015-08-11net: switchdev: support static FDB addressesVivien Didelot1-0/+1
2015-08-11net: dsa: change FDB routines prototypesVivien Didelot1-6/+11
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller2-12/+7
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern1-2/+5
2015-08-10gre: Remove support for sharing GRE protocol hook.Pravin B Shelar1-74/+6
2015-08-10openvswitch: Use regular GRE net_device instead of vportPravin B Shelar1-10/+2
2015-08-10ip_gre: Add support to collect tunnel metadata.Pravin B Shelar2-1/+7
2015-08-10net: add explicit logging and stat for neighbour table overflowRick Jones2-0/+2
2015-08-10bridge: netlink: add support for vlan_filtering attributeNikolay Aleksandrov1-0/+1
2015-08-10net-timestamp: Update skb_complete_tx_timestamp commentBenjamin Poirier1-3/+3
2015-08-10Bluetooth: add hci_connect_le_scanJakub Pawlowski1-0/+6
2015-08-10Bluetooth: add hci_lookup_le_connectJakub Pawlowski1-0/+20
2015-08-10Bluetooth: preparation for new connect procedureJakub Pawlowski1-0/+3
2015-08-10ieee802154: add ack request default handlingAlexander Aring2-0/+9
2015-08-10ieee802154: 6lowpan: remove multiple lowpan per wpan supportAlexander Aring1-0/+3
2015-08-09bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuterKaixu Xia2-0/+2
2015-08-09bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia2-0/+2
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan1-2/+6
2015-08-09perf: add the necessary core perf APIs when accessing events counters in eBPF programsKaixu Xia1-0/+10