]> asedeno.scripts.mit.edu Git - linux.git/history - net
net/ipv6: Make from in rt6_info rcu protected
[linux.git] / net /
2018-04-21 David Ahernnet/ipv6: Make from in rt6_info rcu protected
2018-04-21 David Ahernnet/ipv6: Move release of fib6_info from pcpu routes...
2018-04-21 David Ahernnet/ipv6: Move rcu locking to callers of fib6_get_cooki...
2018-04-21 David Ahernnet/ipv6: Move rcu_read_lock to callers of ip6_rt_cache...
2018-04-21 David Ahernnet/ipv6: Rename rt6_get_cookie_safe
2018-04-21 David Ahernnet/ipv6: Clean up rt expires helpers
2018-04-21 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2018-04-20 Eric Dumazetnet/ipv6: Fix ip6_convert_metrics() bug
2018-04-20 David S. MillerMerge branch 'tipc-Confgiuration-of-MTU-for-media-UDP'
2018-04-20 GhantaKrishnamurth... tipc: confgiure and apply UDP bearer MTU on running links
2018-04-20 GhantaKrishnamurth... tipc: implement configuration of UDP media MTU
2018-04-20 GhantaKrishnamurth... tipc: set default MTU for UDP media
2018-04-19 David S. MillerMerge branch 'ipv6-followup-to-fib6_info-change'
2018-04-19 David Ahernnet/ipv6: Fix gfp_flags arg to addrconf_prefix_route
2018-04-19 David Ahernnet/ipv6: Remove fib6_idev
2018-04-19 David Ahernnet/ipv6: Remove unnecessary checks on fib6_idev
2018-04-19 David Ahernnet/ipv6: Remove aca_idev
2018-04-19 David Ahernnet/ipv6: Rename addrconf_dst_alloc
2018-04-19 David Ahernnet/ipv6: Rename fib6_info struct elements
2018-04-19 Eric Dumazetnet: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends
2018-04-19 David S. MillerMerge branch 'TCP-data-delivery-and-ECN-stats-tracking'
2018-04-19 Yuchung Chengtcp: export packets delivery info
2018-04-19 Yuchung Chengtcp: track total bytes delivered with ECN CE marks
2018-04-19 Yuchung Chengtcp: new helper to calculate newly delivered
2018-04-19 Yuchung Chengtcp: better delivery accounting for SYN-ACK and SYN-data
2018-04-19 Jesper Dangaard Brouerbpf: reserve xdp_frame size in xdp headroom
2018-04-19 Eric Dumazetipv6: frags: fix a lockdep false positive
2018-04-19 Stephen Hemmingerhv_netvsc: propogate Hyper-V friendly name into interfa...
2018-04-18 Daniel BorkmannMerge branch 'bpf-xdp-adjust-tail'
2018-04-18 Nikita V. Shirokovbpf: making bpf_prog_test run aware of possible data_en...
2018-04-18 Nikita V. Shirokovbpf: make generic xdp compatible w/ bpf_xdp_adjust_tail
2018-04-18 Nikita V. Shirokovbpf: adding bpf_xdp_adjust_tail helper
2018-04-18 David S. MillerMerge branch 'ipv6-Separate-data-structures-for-FIB...
2018-04-18 David Ahernnet/ipv6: Remove unused code and variables for rt6_info
2018-04-18 David Ahernnet/ipv6: Flip FIB entries to fib6_info
2018-04-18 David Ahernnet/ipv6: separate handling of FIB entries from dst...
2018-04-18 David Ahernnet/ipv6: introduce fib6_info struct and helpers
2018-04-18 David Ahernnet/ipv6: Cleanup exception and cache route handling
2018-04-18 David Ahernnet/ipv6: Add gfp_flags to route add functions
2018-04-18 David Ahernnet/ipv6: Create a neigh_lookup for FIB entries
2018-04-18 David Ahernnet/ipv6: Move dst flags to booleans in fib entries
2018-04-18 David Ahernnet/ipv6: Add rt6_info create function for ip6_pol_rout...
2018-04-18 David Ahernnet/ipv6: Add fib6_null_entry
2018-04-18 David Ahernnet/ipv6: move expires into rt6_info
2018-04-18 David Ahernnet/ipv6: move metrics from dst to rt6_info
2018-04-18 David Ahernnet/ipv6: Defer initialization of dst to data path
2018-04-18 David Ahernnet/ipv6: Move nexthop data to fib6_nh
2018-04-18 David Ahernnet/ipv6: Save route type in rt6_info
2018-04-18 David Ahernnet/ipv6: Move support functions up in route.c
2018-04-18 David Ahernnet/ipv6: Pass net namespace to route functions
2018-04-18 David Ahernnet/ipv6: Pass net to fib6_update_sernum
2018-04-18 David Ahernnet: Handle null dst in rtnl_put_cacheinfo
2018-04-18 David Ahernnet: Move fib_convert_metrics to metrics file
2018-04-17 Lorenzo Bianconiipv6: send netlink notifications for manually configure...
2018-04-17 Samuel Mendoza-Jonasnet/ncsi: Refactor MAC, VLAN filters
2018-04-17 Eric BiggersKEYS: DNS: limit the length of option strings
2018-04-17 Stephen Suryaputraipv6: Count interface receive statistics on the ingress...
2018-04-17 David Ahernnet/ipv6: Make __inet6_bind static
2018-04-17 David S. MillerMerge branch 'XDP-redirect-memory-return-API'
2018-04-17 Jesper Dangaard Brouerxdp: avoid leaking info stored in frame data on page reuse
2018-04-17 Jesper Dangaard Brouerxdp: transition into using xdp_frame for ndo_xdp_xmit
2018-04-17 Jesper Dangaard Brouerxdp: transition into using xdp_frame for return API
2018-04-17 Jesper Dangaard Brouerxdp: allow page_pool as an allocator type in xdp_return...
2018-04-17 Jesper Dangaard Brouerpage_pool: refurbish version of page_pool code
2018-04-17 Jesper Dangaard Brouerxdp: rhashtable with allocator ID to pointer mapping
2018-04-17 Jesper Dangaard Brouerxdp: introduce xdp_return_frame API and use in cpumap
2018-04-16 David S. MillerMerge branch 'tcp-zero-copy-receive'
2018-04-16 Eric Dumazettcp: implement mmap() for zero copy receive
2018-04-16 Eric Dumazettcp: avoid extra wakeups for SO_RCVLOWAT users
2018-04-16 Eric Dumazettcp: fix delayed acks behavior for SO_RCVLOWAT
2018-04-16 Eric Dumazettcp: fix SO_RCVLOWAT and RCVBUF autotuning
2018-04-16 Lorenzo Bianconiipv6: remove unnecessary check in addrconf_prefix_rcv_a...
2018-04-12 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2018-04-12 Linus TorvaldsMerge tag 'for-linus-4.17-rc1-tag' of git://git.kernel...
2018-04-12 Linus TorvaldsMerge tag 'mmc-v4.17-2' of git://git.kernel.org/pub...
2018-04-12 Linus TorvaldsMerge tag 'for_linus-4.16' of git://git.kernel.org...
2018-04-12 Linus TorvaldsMerge tag 'microblaze-4.17-rc1' of git://git.monstr...
2018-04-12 Linus TorvaldsMerge tag 'asm-generic' of git://git.kernel.org/pub...
2018-04-12 Linus TorvaldsMerge tag 'for_linus' of git://git.kernel.org/pub/scm...
2018-04-12 Linus TorvaldsMerge tag 'iommu-updates-v4.17' of git://git.kernel...
2018-04-12 Linus TorvaldsMerge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub...
2018-04-11 Linus TorvaldsMerge tag 'ktest-v4.17' of git://git.kernel.org/pub...
2018-04-11 Linus TorvaldsMerge tag 'tags/upstream-4.17-rc1' of git://git.infrade...
2018-04-11 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
2018-04-11 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git.kernel.org/pub...
2018-04-11 Linus TorvaldsMerge tag 'nios2-v4.17-rc1' of git://git.kernel.org...
2018-04-11 David S. MillerMerge branch 'l2tp-tunnel-creation-fixes'
2018-04-11 Guillaume Naultl2tp: fix race in duplicate tunnel detection
2018-04-11 Guillaume Naultl2tp: fix races in tunnel creation
2018-04-11 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2018-04-11 Ka-Cheong Poonrds: MP-RDS may use an invalid c_path
2018-04-11 Rafael J. WysockiMerge branches 'pm-cpuidle' and 'pm-qos'
2018-04-10 Linus TorvaldsMerge tag 'ceph-for-4.17-rc1' of git://github.com/ceph...
2018-04-10 Linus TorvaldsMerge tag 'platform-drivers-x86-v4.17-1' of git://git...
2018-04-10 Linus TorvaldsMerge tag 'dmaengine-4.17-rc1' of git://git.infradead...
2018-04-10 Linus TorvaldsMerge tag 'rproc-v4.17' of git://github.com/andersson...
2018-04-10 Linus TorvaldsMerge tag 'rpmsg-v4.17' of git://github.com/andersson...
2018-04-10 Linus TorvaldsMerge tag 'for-linus' of git://linux-c6x.org/git/projec...
2018-04-10 Linus TorvaldsMerge tag 'mips_4.17' of git://git.kernel.org/pub/scm...
2018-04-10 Linus TorvaldsMerge tag 'trace-v4.17' of git://git.kernel.org/pub...
next