index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'ipvs-next/master'
Stephen Rothwell
2018-04-19
5
-2
/
+584
|
\
|
*
netfilter: ipvs: Add configurations of Maglev hashing
Inju Song
2018-04-09
2
-0
/
+38
|
*
netfilter: ipvs: Add Maglev hashing scheduler
Inju Song
2018-04-09
1
-0
/
+540
|
*
netfilter: ipvs: Keep latest weight of destination
Inju Song
2018-04-09
1
-0
/
+4
|
*
netfilter: ipvs: Fix space before '[' error.
Arvind Yadav
2018-04-09
1
-2
/
+2
*
|
Merge remote-tracking branch 'bpf-next/master'
Stephen Rothwell
2018-04-19
3
-3
/
+39
|
\
\
|
*
|
bpf: making bpf_prog_test run aware of possible data_end ptr change
Nikita V. Shirokov
2018-04-18
1
-1
/
+2
|
*
|
bpf: make generic xdp compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
2018-04-18
1
-1
/
+9
|
*
|
bpf: adding bpf_xdp_adjust_tail helper
Nikita V. Shirokov
2018-04-18
1
-1
/
+28
*
|
|
Merge remote-tracking branch 'net-next/master'
Stephen Rothwell
2018-04-19
30
-1395
/
+2034
|
\
\
\
|
*
|
|
net/ipv6: Remove unused code and variables for rt6_info
David Ahern
2018-04-17
3
-49
/
+2
|
*
|
|
net/ipv6: Flip FIB entries to fib6_info
David Ahern
2018-04-17
5
-200
/
+201
|
*
|
|
net/ipv6: separate handling of FIB entries from dst based routes
David Ahern
2018-04-17
6
-147
/
+113
|
*
|
|
net/ipv6: introduce fib6_info struct and helpers
David Ahern
2018-04-17
1
-0
/
+60
|
*
|
|
net/ipv6: Cleanup exception and cache route handling
David Ahern
2018-04-17
2
-77
/
+81
|
*
|
|
net/ipv6: Add gfp_flags to route add functions
David Ahern
2018-04-17
3
-25
/
+34
|
*
|
|
net/ipv6: Create a neigh_lookup for FIB entries
David Ahern
2018-04-17
2
-15
/
+26
|
*
|
|
net/ipv6: Move dst flags to booleans in fib entries
David Ahern
2018-04-17
2
-7
/
+26
|
*
|
|
net/ipv6: Add rt6_info create function for ip6_pol_route_lookup
David Ahern
2018-04-17
1
-4
/
+25
|
*
|
|
net/ipv6: Add fib6_null_entry
David Ahern
2018-04-17
2
-32
/
+56
|
*
|
|
net/ipv6: move expires into rt6_info
David Ahern
2018-04-17
4
-17
/
+19
|
*
|
|
net/ipv6: move metrics from dst to rt6_info
David Ahern
2018-04-17
4
-210
/
+124
|
*
|
|
net/ipv6: Defer initialization of dst to data path
David Ahern
2018-04-17
1
-41
/
+74
|
*
|
|
net/ipv6: Move nexthop data to fib6_nh
David Ahern
2018-04-17
3
-76
/
+94
|
*
|
|
net/ipv6: Save route type in rt6_info
David Ahern
2018-04-17
2
-26
/
+22
|
*
|
|
net/ipv6: Move support functions up in route.c
David Ahern
2018-04-17
1
-60
/
+59
|
*
|
|
net/ipv6: Pass net namespace to route functions
David Ahern
2018-04-17
4
-50
/
+59
|
*
|
|
net/ipv6: Pass net to fib6_update_sernum
David Ahern
2018-04-17
2
-7
/
+6
|
*
|
|
net: Handle null dst in rtnl_put_cacheinfo
David Ahern
2018-04-17
1
-3
/
+5
|
*
|
|
net: Move fib_convert_metrics to metrics file
David Ahern
2018-04-17
3
-42
/
+57
|
|
/
/
|
*
|
ipv6: send netlink notifications for manually configured addresses
Lorenzo Bianconi
2018-04-17
1
-8
/
+5
|
*
|
net/ncsi: Refactor MAC, VLAN filters
Samuel Mendoza-Jonas
2018-04-17
4
-311
/
+147
|
*
|
KEYS: DNS: limit the length of option strings
Eric Biggers
2018-04-17
1
-7
/
+5
|
*
|
ipv6: Count interface receive statistics on the ingress netdev
Stephen Suryaputra
2018-04-17
6
-52
/
+37
|
*
|
net/ipv6: Make __inet6_bind static
David Ahern
2018-04-17
1
-27
/
+26
|
*
|
xdp: avoid leaking info stored in frame data on page reuse
Jesper Dangaard Brouer
2018-04-17
1
-0
/
+8
|
*
|
xdp: transition into using xdp_frame for ndo_xdp_xmit
Jesper Dangaard Brouer
2018-04-17
1
-2
/
+15
|
*
|
xdp: transition into using xdp_frame for return API
Jesper Dangaard Brouer
2018-04-17
1
-1
/
+3
|
*
|
xdp: allow page_pool as an allocator type in xdp_return_frame
Jesper Dangaard Brouer
2018-04-17
1
-12
/
+48
|
*
|
page_pool: refurbish version of page_pool code
Jesper Dangaard Brouer
2018-04-17
3
-0
/
+321
|
*
|
xdp: rhashtable with allocator ID to pointer mapping
Jesper Dangaard Brouer
2018-04-17
1
-5
/
+218
|
*
|
xdp: introduce xdp_return_frame API and use in cpumap
Jesper Dangaard Brouer
2018-04-17
1
-0
/
+18
|
*
|
tcp: implement mmap() for zero copy receive
Eric Dumazet
2018-04-16
3
-2
/
+115
|
*
|
tcp: avoid extra wakeups for SO_RCVLOWAT users
Eric Dumazet
2018-04-16
2
-2
/
+17
|
*
|
tcp: fix delayed acks behavior for SO_RCVLOWAT
Eric Dumazet
2018-04-16
1
-2
/
+5
|
*
|
tcp: fix SO_RCVLOWAT and RCVBUF autotuning
Eric Dumazet
2018-04-16
4
-1
/
+27
|
*
|
ipv6: remove unnecessary check in addrconf_prefix_rcv_add_addr()
Lorenzo Bianconi
2018-04-16
1
-2
/
+1
*
|
|
Merge remote-tracking branch 'netfilter/master'
Stephen Rothwell
2018-04-19
9
-131
/
+153
|
\
\
\
|
*
|
|
netfilter: conntrack: include kmemleak.h for kmemleak_not_leak()
Stephen Rothwell
2018-04-17
1
-0
/
+1
|
*
|
|
netfilter: nf_tables: free set name in error path
Florian Westphal
2018-04-16
1
-3
/
+5
[next]