summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel2018-05-183-5/+18
* mac80211: ethtool: avoid 32 bit multiplication overflowColin Ian King2018-05-081-2/+2
* mac80211: Support the new cfg80211 TXQ stats APIToke Høiland-Jørgensen2018-05-085-0/+137
* cfg80211: Expose TXQ stats and parameters to userspaceToke Høiland-Jørgensen2018-05-085-48/+235
* mac80211: average ack rssi support for data framesBalaji Pothunoori2018-05-073-0/+14
* cfg80211: average ack rssi support for data framesBalaji Pothunoori2018-05-071-0/+3
* cfg80211: Call reg_notifier for self managed hints conditionallyAmar Singhal2018-05-071-4/+29
* nl80211: Add wmm rule attribute to NL80211_CMD_GET_WIPHY dump commandHaim Dreyfuss2018-05-071-4/+53
* mac80211: add api to set CSA counter in mac80211Gregory Greenman2018-05-071-0/+25
* mac80211: remove pointless flags=0 assignmentJohannes Berg2018-05-071-1/+1
* mac80211: ethtool: memset the whole sinfo struct to 0Johannes Berg2018-05-071-2/+3
* mac80211: clean up rate info bandwidth settingJohannes Berg2018-05-071-4/+2
* mac80211: rename rtap_vendor_space to rtap_spaceJohannes Berg2018-05-071-21/+19
* regulatory: Rename confusing 'country IE' in log outputToke Høiland-Jørgensen2018-04-191-2/+2
* ipv6: frags: fix a lockdep false positiveEric Dumazet2018-04-191-11/+12
* hv_netvsc: propogate Hyper-V friendly name into interface aliasStephen Hemminger2018-04-191-0/+1
* net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern2018-04-183-49/+2
* net/ipv6: Flip FIB entries to fib6_infoDavid Ahern2018-04-185-200/+201
* net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2018-04-186-147/+113
* net/ipv6: introduce fib6_info struct and helpersDavid Ahern2018-04-181-0/+60
* net/ipv6: Cleanup exception and cache route handlingDavid Ahern2018-04-182-77/+81
* net/ipv6: Add gfp_flags to route add functionsDavid Ahern2018-04-183-25/+34
* net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern2018-04-182-15/+26
* net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern2018-04-182-7/+26
* net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern2018-04-181-4/+25
* net/ipv6: Add fib6_null_entryDavid Ahern2018-04-182-32/+56
* net/ipv6: move expires into rt6_infoDavid Ahern2018-04-184-17/+19
* net/ipv6: move metrics from dst to rt6_infoDavid Ahern2018-04-184-210/+124
* net/ipv6: Defer initialization of dst to data pathDavid Ahern2018-04-181-41/+74
* net/ipv6: Move nexthop data to fib6_nhDavid Ahern2018-04-183-76/+94
* net/ipv6: Save route type in rt6_infoDavid Ahern2018-04-182-26/+22
* net/ipv6: Move support functions up in route.cDavid Ahern2018-04-181-60/+59
* net/ipv6: Pass net namespace to route functionsDavid Ahern2018-04-184-50/+59
* net/ipv6: Pass net to fib6_update_sernumDavid Ahern2018-04-182-7/+6
* net: Handle null dst in rtnl_put_cacheinfoDavid Ahern2018-04-181-3/+5
* net: Move fib_convert_metrics to metrics fileDavid Ahern2018-04-183-42/+57
* ipv6: send netlink notifications for manually configured addressesLorenzo Bianconi2018-04-171-8/+5
* net/ncsi: Refactor MAC, VLAN filtersSamuel Mendoza-Jonas2018-04-174-311/+147
* KEYS: DNS: limit the length of option stringsEric Biggers2018-04-171-7/+5
* ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra2018-04-176-52/+37
* net/ipv6: Make __inet6_bind staticDavid Ahern2018-04-171-27/+26
* xdp: avoid leaking info stored in frame data on page reuseJesper Dangaard Brouer2018-04-171-0/+8
* xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer2018-04-171-2/+15
* xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-1/+3
* xdp: allow page_pool as an allocator type in xdp_return_frameJesper Dangaard Brouer2018-04-171-12/+48
* page_pool: refurbish version of page_pool codeJesper Dangaard Brouer2018-04-173-0/+321
* xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer2018-04-171-5/+218
* xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer2018-04-171-0/+18
* tcp: implement mmap() for zero copy receiveEric Dumazet2018-04-173-2/+115
* tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet2018-04-172-2/+17