summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-05-18cfg80211: release station info tidstats where neededJohannes Berg1-3/+8
2018-05-18mac80211: allocate and fill tidstats only when neededJohannes Berg4-8/+10
2018-05-18mac80211: fix TX aggregation stop raceAlexander Wetzel1-23/+21
2018-05-18cfg80211: fix spelling mistake: "uknown" -> "unknown"Colin Ian King1-1/+1
2018-05-18cfg80211/mac80211: revert to stack allocation for sinfoJohannes Berg3-93/+48
2018-05-18cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel3-5/+18
2018-05-08mac80211: ethtool: avoid 32 bit multiplication overflowColin Ian King1-2/+2
2018-05-08mac80211: Support the new cfg80211 TXQ stats APIToke Høiland-Jørgensen5-0/+137
2018-05-08cfg80211: Expose TXQ stats and parameters to userspaceToke Høiland-Jørgensen5-48/+235
2018-05-07mac80211: average ack rssi support for data framesBalaji Pothunoori3-0/+14
2018-05-07cfg80211: average ack rssi support for data framesBalaji Pothunoori1-0/+3
2018-05-07cfg80211: Call reg_notifier for self managed hints conditionallyAmar Singhal1-4/+29
2018-05-07nl80211: Add wmm rule attribute to NL80211_CMD_GET_WIPHY dump commandHaim Dreyfuss1-4/+53
2018-05-07mac80211: add api to set CSA counter in mac80211Gregory Greenman1-0/+25
2018-05-07mac80211: remove pointless flags=0 assignmentJohannes Berg1-1/+1
2018-05-07mac80211: ethtool: memset the whole sinfo struct to 0Johannes Berg1-2/+3
2018-05-07mac80211: clean up rate info bandwidth settingJohannes Berg1-4/+2
2018-05-07mac80211: rename rtap_vendor_space to rtap_spaceJohannes Berg1-21/+19
2018-04-19regulatory: Rename confusing 'country IE' in log outputToke Høiland-Jørgensen1-2/+2
2018-04-18ipv6: frags: fix a lockdep false positiveEric Dumazet1-11/+12
2018-04-18hv_netvsc: propogate Hyper-V friendly name into interface aliasStephen Hemminger1-0/+1
2018-04-17net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern3-49/+2
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern5-200/+201
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern6-147/+113
2018-04-17net/ipv6: introduce fib6_info struct and helpersDavid Ahern1-0/+60
2018-04-17net/ipv6: Cleanup exception and cache route handlingDavid Ahern2-77/+81
2018-04-17net/ipv6: Add gfp_flags to route add functionsDavid Ahern3-25/+34
2018-04-17net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern2-15/+26
2018-04-17net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern2-7/+26
2018-04-17net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern1-4/+25
2018-04-17net/ipv6: Add fib6_null_entryDavid Ahern2-32/+56
2018-04-17net/ipv6: move expires into rt6_infoDavid Ahern4-17/+19
2018-04-17net/ipv6: move metrics from dst to rt6_infoDavid Ahern4-210/+124
2018-04-17net/ipv6: Defer initialization of dst to data pathDavid Ahern1-41/+74
2018-04-17net/ipv6: Move nexthop data to fib6_nhDavid Ahern3-76/+94
2018-04-17net/ipv6: Save route type in rt6_infoDavid Ahern2-26/+22
2018-04-17net/ipv6: Move support functions up in route.cDavid Ahern1-60/+59
2018-04-17net/ipv6: Pass net namespace to route functionsDavid Ahern4-50/+59
2018-04-17net/ipv6: Pass net to fib6_update_sernumDavid Ahern2-7/+6
2018-04-17net: Handle null dst in rtnl_put_cacheinfoDavid Ahern1-3/+5
2018-04-17net: Move fib_convert_metrics to metrics fileDavid Ahern3-42/+57
2018-04-17ipv6: send netlink notifications for manually configured addressesLorenzo Bianconi1-8/+5
2018-04-17net/ncsi: Refactor MAC, VLAN filtersSamuel Mendoza-Jonas4-311/+147
2018-04-17KEYS: DNS: limit the length of option stringsEric Biggers1-7/+5
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra6-52/+37
2018-04-17net/ipv6: Make __inet6_bind staticDavid Ahern1-27/+26
2018-04-17xdp: avoid leaking info stored in frame data on page reuseJesper Dangaard Brouer1-0/+8
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer1-2/+15
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer1-1/+3
2018-04-17xdp: allow page_pool as an allocator type in xdp_return_frameJesper Dangaard Brouer1-12/+48