aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-19netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2Pablo Neira Ayuso1-16/+22
2018-04-19netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_updateTaehee Yoo1-1/+1
2018-04-19netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso1-27/+28
2018-04-18ipv6: frags: fix a lockdep false positiveEric Dumazet1-11/+12
2018-04-18hv_netvsc: propogate Hyper-V friendly name into interface aliasStephen Hemminger1-0/+1
2018-04-18bpf: making bpf_prog_test run aware of possible data_end ptr changeNikita V. Shirokov1-1/+2
2018-04-18bpf: make generic xdp compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov1-1/+9
2018-04-18bpf: 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-17net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern3-49/+2
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-17KEYS: DNS: limit the length of option stringsEric Biggers1-7/+5
2018-04-17ipv6: send netlink notifications for manually configured addressesLorenzo Bianconi1-8/+5