summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller44-251/+457
2018-04-21net/ipv6: Remove unncessary check on f6i in fib6_checkDavid Ahern1-2/+1
2018-04-21net/ipv6: Make from in rt6_info rcu protectedDavid Ahern3-31/+82
2018-04-21net/ipv6: Move release of fib6_info from pcpu routes to helperDavid Ahern1-18/+23
2018-04-21net/ipv6: Move rcu locking to callers of fib6_get_cookie_safeDavid Ahern1-3/+10
2018-04-21net/ipv6: Move rcu_read_lock to callers of ip6_rt_cache_allocDavid Ahern1-7/+6
2018-04-21net/ipv6: Rename rt6_get_cookie_safeDavid Ahern1-2/+2
2018-04-21net/ipv6: Clean up rt expires helpersDavid Ahern1-0/+9
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-12/+42
2018-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-138/+218
2018-04-20net/ipv6: Fix ip6_convert_metrics() bugEric Dumazet1-11/+9
2018-04-20tipc: confgiure and apply UDP bearer MTU on running linksGhantaKrishnamurthy MohanKrishna3-5/+25
2018-04-20tipc: implement configuration of UDP media MTUGhantaKrishnamurthy MohanKrishna3-0/+30
2018-04-20tipc: set default MTU for UDP mediaGhantaKrishnamurthy MohanKrishna1-2/+2
2018-04-19net/smc: fix shutdown in state SMC_LISTENUrsula Braun1-6/+4
2018-04-19net/ipv6: Fix gfp_flags arg to addrconf_prefix_routeDavid Ahern1-2/+2
2018-04-19net/ipv6: Remove fib6_idevDavid Ahern2-21/+47
2018-04-19net/ipv6: Remove unnecessary checks on fib6_idevDavid Ahern1-22/+2
2018-04-19net/ipv6: Remove aca_idevDavid Ahern2-5/+2
2018-04-19net/ipv6: Rename addrconf_dst_allocDavid Ahern3-43/+43
2018-04-19net/ipv6: Rename fib6_info struct elementsDavid Ahern5-238/+238
2018-04-19llc: hold llc_sap before release_sock()Cong Wang1-0/+7
2018-04-19net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet1-0/+14
2018-04-19net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN"Colin Ian King1-1/+1
2018-04-19tcp: export packets delivery infoYuchung Cheng3-2/+13
2018-04-19tcp: track total bytes delivered with ECN CE marksYuchung Cheng2-0/+3
2018-04-19tcp: new helper to calculate newly deliveredYuchung Cheng1-2/+15
2018-04-19tcp: better delivery accounting for SYN-ACK and SYN-dataYuchung Cheng1-3/+7
2018-04-19net: change the comment of dev_mc_initsunlianwen1-1/+1
2018-04-19bpf: reserve xdp_frame size in xdp headroomJesper Dangaard Brouer1-9/+3
2018-04-19ipv6: frags: fix a lockdep false positiveEric Dumazet1-11/+12
2018-04-19hv_netvsc: propogate Hyper-V friendly name into interface aliasStephen Hemminger1-0/+1
2018-04-19bpf: making bpf_prog_test run aware of possible data_end ptr changeNikita V. Shirokov1-1/+2
2018-04-19bpf: make generic xdp compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov1-1/+9
2018-04-19bpf: adding bpf_xdp_adjust_tail helperNikita V. Shirokov1-1/+28
2018-04-18tipc: fix infinite loop when dumping link monitor summaryTung Nguyen2-8/+5
2018-04-18tipc: fix use-after-free in tipc_nametbl_stopJon Maloy1-12/+17
2018-04-18net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern3-49/+2
2018-04-18net/ipv6: Flip FIB entries to fib6_infoDavid Ahern5-200/+201
2018-04-18net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern6-147/+113
2018-04-18net/ipv6: introduce fib6_info struct and helpersDavid Ahern1-0/+60
2018-04-18net/ipv6: Cleanup exception and cache route handlingDavid Ahern2-77/+81
2018-04-18net/ipv6: Add gfp_flags to route add functionsDavid Ahern3-25/+34
2018-04-18net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern2-15/+26
2018-04-18net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern2-7/+26
2018-04-18net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern1-4/+25
2018-04-18net/ipv6: Add fib6_null_entryDavid Ahern2-32/+56
2018-04-18net/ipv6: move expires into rt6_infoDavid Ahern4-17/+19
2018-04-18net/ipv6: move metrics from dst to rt6_infoDavid Ahern4-210/+124
2018-04-18net/ipv6: Defer initialization of dst to data pathDavid Ahern1-41/+74