summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song-1/+2
2017-06-13net: dsa: Associate slave network device with CPU portFlorian Fainelli-0/+1
2017-06-13net: dsa: Relocate master ethtool operationsFlorian Fainelli-12/+5
2017-06-13net: dsa: Remove master_netdev and use dst->cpu_dp->netdevFlorian Fainelli-5/+0
2017-06-13of_mdio: move of_mdio_parse_addr to header fileJon Mason-1/+23
2017-06-13Merge tag 'mac80211-next-for-davem-2017-06-13' of git://git.kernel.org/pub/sc...David S. Miller-8/+157
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com-2/+2
2017-06-13mdio_bus: handle only single PHY reset GPIOSergei Shtylyov-4/+2
2017-06-13nl80211: remove desciption about request from NL80211_CMD_ROAMArend Van Spriel-8/+7
2017-06-13nl80211: add authorized flag to ROAM eventAvraham Stern-0/+15
2017-06-13cfg80211: support 4-way handshake offloading for 802.1XAvraham Stern-1/+73
2017-06-13cfg80211: support 4-way handshake offloading for WPA/WPA2-PSKEliad Peller-2/+23
2017-06-12udp: avoid a cache miss on dequeuePaolo Abeni-0/+2
2017-06-12net: factor out a helper to decrement the skb refcountPaolo Abeni-0/+13
2017-06-11Merge tag 'mlx5-updates-2017-06-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-28/+38
2017-06-10bpf: add bpf_set_hash helper for tc progsDaniel Borkmann-1/+7
2017-06-09qed*: LL2 callback operationsMichal Kalderon-52/+64
2017-06-09qed: Cleaner seperation of LL2 inputsMintz, Yuval-0/+39
2017-06-09qed: Revise ll2 Rx completionMintz, Yuval-0/+26
2017-06-09qed: LL2 to use packed information for txMintz, Yuval-0/+27
2017-06-09Ipvlan should return an error when an address is already in use.Krister Johansen-1/+16
2017-06-08net: ipmr: add getlink supportNikolay Aleksandrov-0/+42
2017-06-08net: bridge: Receive notification about successful FDB offloadArkadi Sharshevsky-0/+2
2017-06-08net: bridge: Add support for notifying devices about FDB add/delArkadi Sharshevsky-2/+4
2017-06-08net: switchdev: Add support for querying supported bridge flags by hardwareArkadi Sharshevsky-0/+2
2017-06-08Merge tag 'rxrpc-rewrite-20170607-v2' of git://git.kernel.org/pub/scm/linux/k...David S. Miller-10/+17
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet-21/+5
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet-4/+5
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet-1/+1
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet-2/+3
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet-1/+1
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko-2/+2
2017-06-08mac80211: manage RX BA session offload without SKB queueJohannes Berg-4/+17
2017-06-08Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg-485/+2093
2017-06-08net/mlx5e: Add support for reading connector type from PTYSEran Ben Elisha-2/+18
2017-06-08net/mlx5: Update flow table commands layoutMaor Gottlieb-26/+20
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells-0/+3
2017-06-07rxrpc: Provide a getsockopt call to query what cmsgs types are supportedDavid Howells-10/+14
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-51/+154
2017-06-06net: phy: add XAUI and 10GBASE-KR PHY connection typesRussell King-0/+7
2017-06-06net: phy: hook up clause 45 autonegotiation restartRussell King-0/+1
2017-06-06net: phy: add 802.3 clause 45 support to phylibRussell King-0/+12
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+3
2017-06-06compiler, clang: suppress warning for unused static inline functionsDavid Rientjes-0/+7
2017-06-06bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau-2/+28
2017-06-06bpf: Add jited_len to struct bpf_progMartin KaFai Lau-0/+1
2017-06-06bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau-0/+2
2017-06-06bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau-2/+6
2017-06-06bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau-0/+7
2017-06-06bpf: Introduce bpf_map IDMartin KaFai Lau-0/+1