summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: confgiure and apply UDP bearer MTU on running linksGhantaKrishnamurthy MohanKrishna2018-04-203-5/+25
* tipc: implement configuration of UDP media MTUGhantaKrishnamurthy MohanKrishna2018-04-203-0/+30
* tipc: set default MTU for UDP mediaGhantaKrishnamurthy MohanKrishna2018-04-201-2/+2
* net/ipv6: Fix gfp_flags arg to addrconf_prefix_routeDavid Ahern2018-04-191-2/+2
* net/ipv6: Remove fib6_idevDavid Ahern2018-04-192-21/+47
* net/ipv6: Remove unnecessary checks on fib6_idevDavid Ahern2018-04-191-22/+2
* net/ipv6: Remove aca_idevDavid Ahern2018-04-192-5/+2
* net/ipv6: Rename addrconf_dst_allocDavid Ahern2018-04-193-43/+43
* net/ipv6: Rename fib6_info struct elementsDavid Ahern2018-04-195-238/+238
* net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet2018-04-191-0/+14
* tcp: export packets delivery infoYuchung Cheng2018-04-193-2/+13
* tcp: track total bytes delivered with ECN CE marksYuchung Cheng2018-04-192-0/+3
* tcp: new helper to calculate newly deliveredYuchung Cheng2018-04-191-2/+15
* tcp: better delivery accounting for SYN-ACK and SYN-dataYuchung Cheng2018-04-191-3/+7
* ipv6: frags: fix a lockdep false positiveEric Dumazet2018-04-181-11/+12
* hv_netvsc: propogate Hyper-V friendly name into interface aliasStephen Hemminger2018-04-181-0/+1
* net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern2018-04-173-49/+2
* net/ipv6: Flip FIB entries to fib6_infoDavid Ahern2018-04-175-200/+201
* net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2018-04-176-147/+113
* net/ipv6: introduce fib6_info struct and helpersDavid Ahern2018-04-171-0/+60
* net/ipv6: Cleanup exception and cache route handlingDavid Ahern2018-04-172-77/+81
* net/ipv6: Add gfp_flags to route add functionsDavid Ahern2018-04-173-25/+34
* net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern2018-04-172-15/+26
* net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern2018-04-172-7/+26
* net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern2018-04-171-4/+25
* net/ipv6: Add fib6_null_entryDavid Ahern2018-04-172-32/+56
* net/ipv6: move expires into rt6_infoDavid Ahern2018-04-174-17/+19
* net/ipv6: move metrics from dst to rt6_infoDavid Ahern2018-04-174-210/+124
* net/ipv6: Defer initialization of dst to data pathDavid Ahern2018-04-171-41/+74
* net/ipv6: Move nexthop data to fib6_nhDavid Ahern2018-04-173-76/+94
* net/ipv6: Save route type in rt6_infoDavid Ahern2018-04-172-26/+22
* net/ipv6: Move support functions up in route.cDavid Ahern2018-04-171-60/+59
* net/ipv6: Pass net namespace to route functionsDavid Ahern2018-04-174-50/+59
* net/ipv6: Pass net to fib6_update_sernumDavid Ahern2018-04-172-7/+6
* net: Handle null dst in rtnl_put_cacheinfoDavid Ahern2018-04-171-3/+5
* net: Move fib_convert_metrics to metrics fileDavid Ahern2018-04-173-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-163-2/+115
* tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet2018-04-162-2/+17