summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcp: fix delayed acks behavior for SO_RCVLOWATEric Dumazet2018-04-171-2/+5
* tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-174-1/+27
* ipv6: remove unnecessary check in addrconf_prefix_rcv_add_addr()Lorenzo Bianconi2018-04-171-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-126-142/+139
|\
| * l2tp: fix race in duplicate tunnel detectionGuillaume Nault2018-04-113-28/+14
| * l2tp: fix races in tunnel creationGuillaume Nault2018-04-114-110/+110
| * rds: MP-RDS may use an invalid c_pathKa-Cheong Poon2018-04-111-5/+10
| * ip_gre: clear feature flags when incompatible o_flags are setSabrina Dubroca2018-04-101-0/+6
* | Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-04-109-168/+453
|\ \ | |/ |/|
| * ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-021-0/+1