aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-17page_pool: refurbish version of page_pool codeJesper Dangaard Brouer3-0/+321
2018-04-17xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer1-5/+218
2018-04-17xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer1-0/+18
2018-04-16tcp: implement mmap() for zero copy receiveEric Dumazet3-2/+115
2018-04-16tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet2-2/+17
2018-04-16tcp: fix delayed acks behavior for SO_RCVLOWATEric Dumazet1-2/+5
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet4-1/+27
2018-04-16ipv6: remove unnecessary check in addrconf_prefix_rcv_add_addr()Lorenzo Bianconi1-2/+1
2018-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-142/+139
2018-04-11l2tp: fix race in duplicate tunnel detectionGuillaume Nault3-28/+14
2018-04-11l2tp: fix races in tunnel creationGuillaume Nault4-110/+110
2018-04-11rds: MP-RDS may use an invalid c_pathKa-Cheong Poon1-5/+10
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds9-168/+453
2018-04-10ip_gre: clear feature flags when incompatible o_flags are setSabrina Dubroca1-0/+6
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-67/+181
2018-04-09inetpeer: fix uninit-value in inet_getpeerEric Dumazet1-0/+1
2018-04-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller3-13/+33
2018-04-08devlink: convert occ_get op to separate registrationJiri Pirko1-9/+65
2018-04-08tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang3-6/+6
2018-04-08sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet1-5/+8
2018-04-08net: dsa: Discard frames from unused portsAndrew Lunn1-1/+7
2018-04-08sctp: do not leak kernel memory to user spaceEric Dumazet1-1/+3