summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern2019-04-172-38/+49
* ipv6: Pass fib6_result to fib lookupsDavid Ahern2019-04-175-43/+36
* ipv6: Pass fib6_result to fib6_table_lookup tracepointDavid Ahern2019-04-171-3/+3
* ipv6: Pass fib6_result to rt6_select and find_rr_leafDavid Ahern2019-04-171-39/+43
* ipv6: Pass fib6_result to rt6_device_matchDavid Ahern2019-04-171-19/+30
* ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern2019-04-173-14/+19
* ipv6: Pass fib6_result to rt6_insert_exceptionDavid Ahern2019-04-171-16/+17
* ipv6: Pass fib6_result to ip6_rt_get_dev_rcu and ip6_rt_copy_initDavid Ahern2019-04-171-22/+27
* ipv6: Pass fib6_result to pcpu route functionsDavid Ahern2019-04-171-13/+14
* ipv6: Pass fib6_result to ip6_create_rt_rcuDavid Ahern2019-04-171-16/+21
* ipv6: Pass fib6_result to ip6_rt_cache_allocDavid Ahern2019-04-171-22/+26
* ipv6: Pass fib6_result to rt6_find_cached_rtDavid Ahern2019-04-171-14/+21
* ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern2019-04-174-54/+56
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-1758-258/+460
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-1756-220/+451
| |\
| | * socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann2019-04-161-2/+2
| | * tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet2019-04-161-5/+5
| | * net: bridge: fix netlink export of vlan_stats_per_port optionNikolay Aleksandrov2019-04-161-1/+1
| | * tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu2019-04-161-2/+6
| | * tipc: fix link established but not in sessionTuong Lien2019-04-161-0/+2
| | * net: Fix missing meta data in skb with vlan packetYuya Kusakabe2019-04-161-1/+9
| | * net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-04-161-1/+5
| | * net/core: work around section mismatch warning for ptp_classifierArd Biesheuvel2019-04-161-3/+4
| | * net: bridge: fix per-port af_packet socketsNikolay Aleksandrov2019-04-161-9/+14
| | * route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon2019-04-151-0/+4
| | * Revert "net-sysfs: Fix memory leak in netdev_register_kobject"Wang Hai2019-04-151-9/+5
| | * rtnetlink: fix rtnl_valid_stats_req() nlmsg_len checkEric Dumazet2019-04-141-1/+1
| | * ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet2019-04-141-2/+8
| | * ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra2019-04-121-1/+9
| | * rxrpc: Fix detection of out of order acksJeffrey Altman2019-04-122-6/+13
| | * rxrpc: Trace received connection abortsDavid Howells2019-04-121-4/+7
| | * rxrpc: Allow errors to be returned from rxrpc_queue_packet()Marc Dionne2019-04-121-9/+12
| | * rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne2019-04-121-5/+9
| | * rxrpc: Clear socket errorMarc Dionne2019-04-121-0/+5
| | * udpv6: Check address length before reading address familyTetsuo Handa2019-04-121-0/+2
| | * bpf: Check address length before reading address familyTetsuo Handa2019-04-121-0/+2
| | * llc: Check address length before reading address fieldTetsuo Handa2019-04-121-2/+1
| | * Bluetooth: Check address length before reading address fieldTetsuo Handa2019-04-121-2/+2
| | * rxrpc: Check address length before reading srx_service fieldTetsuo Handa2019-04-121-1/+2
| | * net: netlink: Check address length before reading groups fieldTetsuo Handa2019-04-121-1/+2
| | * sctp: Check address length before reading address familyTetsuo Handa2019-04-121-1/+2
| | * net/rds: Check address length before reading address familyTetsuo Handa2019-04-122-0/+5
| | * dctcp: more accurate tracking of packets deliveryEric Dumazet2019-04-111-28/+17
| | * net: netrom: Fix error cleanup path of nr_proto_initYueHaibing2019-04-114-25/+60
| | * net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov2019-04-111-1/+3
| | * net/smc: move unhash before release of clcsockUrsula Braun2019-04-111-3/+3
| | * net/smc: fix return code from FLUSH commandKarsten Graul2019-04-111-1/+2
| | * net/smc: propagate file from SMC to TCP socketUrsula Braun2019-04-111-10/+28
| | * net/smc: fix a NULL pointer dereferenceKangjie Lu2019-04-111-0/+5
| | * net/smc: wait for pending work before clcsock release_sockKarsten Graul2019-04-113-10/+30