summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-18ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern2-38/+49
2019-04-18ipv6: Pass fib6_result to fib lookupsDavid Ahern5-43/+36
2019-04-18ipv6: Pass fib6_result to fib6_table_lookup tracepointDavid Ahern1-3/+3
2019-04-18ipv6: Pass fib6_result to rt6_select and find_rr_leafDavid Ahern1-39/+43
2019-04-18ipv6: Pass fib6_result to rt6_device_matchDavid Ahern1-19/+30
2019-04-18ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern3-14/+19
2019-04-18ipv6: Pass fib6_result to rt6_insert_exceptionDavid Ahern1-16/+17
2019-04-18ipv6: Pass fib6_result to ip6_rt_get_dev_rcu and ip6_rt_copy_initDavid Ahern1-22/+27
2019-04-18ipv6: Pass fib6_result to pcpu route functionsDavid Ahern1-13/+14
2019-04-18ipv6: Pass fib6_result to ip6_create_rt_rcuDavid Ahern1-16/+21
2019-04-18ipv6: Pass fib6_result to ip6_rt_cache_allocDavid Ahern1-22/+26
2019-04-18ipv6: Pass fib6_result to rt6_find_cached_rtDavid Ahern1-14/+21
2019-04-18ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern4-54/+56
2019-04-18net: core: introduce build_skb_aroundJesper Dangaard Brouer1-19/+52
2019-04-17ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu1-1/+4
2019-04-17SUNRPC: Ignore queue transmission errors on successful transmissionTrond Myklebust1-2/+5
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller58-258/+460
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds56-220/+451
2019-04-17socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann1-2/+2
2019-04-17tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet1-5/+5
2019-04-17net: bridge: fix netlink export of vlan_stats_per_port optionNikolay Aleksandrov1-1/+1
2019-04-17tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu1-2/+6
2019-04-17tipc: fix link established but not in sessionTuong Lien1-0/+2
2019-04-17net: Fix missing meta data in skb with vlan packetYuya Kusakabe1-1/+9
2019-04-17net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-1/+5
2019-04-17net/core: work around section mismatch warning for ptp_classifierArd Biesheuvel1-3/+4
2019-04-17net: bridge: fix per-port af_packet socketsNikolay Aleksandrov1-9/+14
2019-04-17xsk: fix XDP socket ring buffer memory orderingMagnus Karlsson1-4/+52
2019-04-17bpf: allow clearing all sock_ops callback flagsViet Hoang Tran1-2/+1
2019-04-16bpf: reserve flags in bpf_skb_net_shrinkWillem de Bruijn1-0/+3
2019-04-16net: hsr: add tx stats for master interfaceMurali Karicheri1-0/+7
2019-04-16net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri3-9/+9
2019-04-16net: hsr: fix naming of file and functionsMurali Karicheri4-24/+24
2019-04-15sctp: implement memory accounting on rx pathXin Long3-14/+14
2019-04-15sctp: implement memory accounting on tx pathXin Long1-2/+8
2019-04-15route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon1-0/+4
2019-04-15Revert "net-sysfs: Fix memory leak in netdev_register_kobject"Wang Hai1-9/+5
2019-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller37-562/+852
2019-04-15bridge: only include nf_queue.h if neededStephen Rothwell1-0/+2
2019-04-15netfilter: nat: fix icmp id randomizationFlorian Westphal1-3/+8
2019-04-15netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()Dan Carpenter1-1/+1
2019-04-15netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2-5/+64
2019-04-15rtnetlink: fix rtnl_valid_stats_req() nlmsg_len checkEric Dumazet1-1/+1
2019-04-14ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet1-2/+8
2019-04-13ipvs: do not schedule icmp errors from tunnelsJulian Anastasov1-1/+1
2019-04-13netfilter: conntrack: initialize ct->timeoutAlexander Potapenko1-0/+1
2019-04-13netfilter: conntrack: don't set related state for different outer addressFlorian Westphal2-67/+78
2019-04-13ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra1-1/+9
2019-04-13ipv6: Remove flowi6_oif compare from __ip6_route_redirectDavid Ahern1-2/+0
2019-04-13rxrpc: Fix detection of out of order acksJeffrey Altman2-6/+13