summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-05-22nl80211: Fix compilationDenis Kenzior
2018-05-18cfg80211: release station info tidstats where neededJohannes Berg
2018-05-18mac80211: allocate and fill tidstats only when neededJohannes Berg
2018-05-18mac80211: fix TX aggregation stop raceAlexander Wetzel
2018-05-18cfg80211: fix spelling mistake: "uknown" -> "unknown"Colin Ian King
2018-05-18cfg80211/mac80211: revert to stack allocation for sinfoJohannes Berg
2018-05-18cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel
2018-05-08mac80211: ethtool: avoid 32 bit multiplication overflowColin Ian King
2018-05-08mac80211: Support the new cfg80211 TXQ stats APIToke Høiland-Jørgensen
2018-05-08cfg80211: Expose TXQ stats and parameters to userspaceToke Høiland-Jørgensen
2018-05-07mac80211: average ack rssi support for data framesBalaji Pothunoori
2018-05-07cfg80211: average ack rssi support for data framesBalaji Pothunoori
2018-05-07cfg80211: Call reg_notifier for self managed hints conditionallyAmar Singhal
2018-05-07nl80211: Add wmm rule attribute to NL80211_CMD_GET_WIPHY dump commandHaim Dreyfuss
2018-05-07mac80211: add api to set CSA counter in mac80211Gregory Greenman
2018-05-07mac80211: remove pointless flags=0 assignmentJohannes Berg
2018-05-07mac80211: ethtool: memset the whole sinfo struct to 0Johannes Berg
2018-05-07mac80211: clean up rate info bandwidth settingJohannes Berg
2018-05-07mac80211: rename rtap_vendor_space to rtap_spaceJohannes Berg
2018-04-19regulatory: Rename confusing 'country IE' in log outputToke Høiland-Jørgensen
2018-04-18ipv6: frags: fix a lockdep false positiveEric Dumazet
2018-04-18hv_netvsc: propogate Hyper-V friendly name into interface aliasStephen Hemminger
2018-04-17net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern
2018-04-17net/ipv6: introduce fib6_info struct and helpersDavid Ahern
2018-04-17net/ipv6: Cleanup exception and cache route handlingDavid Ahern
2018-04-17net/ipv6: Add gfp_flags to route add functionsDavid Ahern
2018-04-17net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern
2018-04-17net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern
2018-04-17net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern
2018-04-17net/ipv6: Add fib6_null_entryDavid Ahern
2018-04-17net/ipv6: move expires into rt6_infoDavid Ahern
2018-04-17net/ipv6: move metrics from dst to rt6_infoDavid Ahern
2018-04-17net/ipv6: Defer initialization of dst to data pathDavid Ahern
2018-04-17net/ipv6: Move nexthop data to fib6_nhDavid Ahern
2018-04-17net/ipv6: Save route type in rt6_infoDavid Ahern
2018-04-17net/ipv6: Move support functions up in route.cDavid Ahern
2018-04-17net/ipv6: Pass net namespace to route functionsDavid Ahern
2018-04-17net/ipv6: Pass net to fib6_update_sernumDavid Ahern
2018-04-17net: Handle null dst in rtnl_put_cacheinfoDavid Ahern
2018-04-17net: Move fib_convert_metrics to metrics fileDavid Ahern
2018-04-17ipv6: send netlink notifications for manually configured addressesLorenzo Bianconi
2018-04-17net/ncsi: Refactor MAC, VLAN filtersSamuel Mendoza-Jonas
2018-04-17KEYS: DNS: limit the length of option stringsEric Biggers
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra
2018-04-17net/ipv6: Make __inet6_bind staticDavid Ahern
2018-04-17xdp: avoid leaking info stored in frame data on page reuseJesper Dangaard Brouer
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer