Age | Commit message (Expand) | Author | Files | Lines |
2019-04-18 | ipv6: Add fib6_type and fib6_flags to fib6_result | David Ahern | 2 | -38/+49 |
2019-04-18 | ipv6: Pass fib6_result to fib lookups | David Ahern | 5 | -43/+36 |
2019-04-18 | ipv6: Pass fib6_result to fib6_table_lookup tracepoint | David Ahern | 1 | -3/+3 |
2019-04-18 | ipv6: Pass fib6_result to rt6_select and find_rr_leaf | David Ahern | 1 | -39/+43 |
2019-04-18 | ipv6: Pass fib6_result to rt6_device_match | David Ahern | 1 | -19/+30 |
2019-04-18 | ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtu | David Ahern | 3 | -14/+19 |
2019-04-18 | ipv6: Pass fib6_result to rt6_insert_exception | David Ahern | 1 | -16/+17 |
2019-04-18 | ipv6: Pass fib6_result to ip6_rt_get_dev_rcu and ip6_rt_copy_init | David Ahern | 1 | -22/+27 |
2019-04-18 | ipv6: Pass fib6_result to pcpu route functions | David Ahern | 1 | -13/+14 |
2019-04-18 | ipv6: Pass fib6_result to ip6_create_rt_rcu | David Ahern | 1 | -16/+21 |
2019-04-18 | ipv6: Pass fib6_result to ip6_rt_cache_alloc | David Ahern | 1 | -22/+26 |
2019-04-18 | ipv6: Pass fib6_result to rt6_find_cached_rt | David Ahern | 1 | -14/+21 |
2019-04-18 | ipv6: Rename fib6_multipath_select and pass fib6_result | David Ahern | 4 | -54/+56 |
2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 58 | -258/+460 |
2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 56 | -220/+451 |
2019-04-17 | socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEW | Arnd Bergmann | 1 | -2/+2 |
2019-04-17 | tcp: tcp_grow_window() needs to respect tcp_space() | Eric Dumazet | 1 | -5/+5 |
2019-04-17 | net: bridge: fix netlink export of vlan_stats_per_port option | Nikolay Aleksandrov | 1 | -1/+1 |
2019-04-17 | tipc: set sysctl_tipc_rmem and named_timeout right range | Jie Liu | 1 | -2/+6 |
2019-04-17 | tipc: fix link established but not in session | Tuong Lien | 1 | -0/+2 |
2019-04-17 | net: Fix missing meta data in skb with vlan packet | Yuya Kusakabe | 1 | -1/+9 |
2019-04-17 | net: atm: Fix potential Spectre v1 vulnerabilities | Gustavo A. R. Silva | 1 | -1/+5 |
2019-04-17 | net/core: work around section mismatch warning for ptp_classifier | Ard Biesheuvel | 1 | -3/+4 |
2019-04-17 | net: bridge: fix per-port af_packet sockets | Nikolay Aleksandrov | 1 | -9/+14 |
2019-04-16 | net: hsr: add tx stats for master interface | Murali Karicheri | 1 | -0/+7 |
2019-04-16 | net: hsr: fix debugfs path to support multiple interfaces | Murali Karicheri | 3 | -9/+9 |
2019-04-16 | net: hsr: fix naming of file and functions | Murali Karicheri | 4 | -24/+24 |
2019-04-15 | sctp: implement memory accounting on rx path | Xin Long | 3 | -14/+14 |
2019-04-15 | sctp: implement memory accounting on tx path | Xin Long | 1 | -2/+8 |
2019-04-15 | route: Avoid crash from dereferencing NULL rt->from | Jonathan Lemon | 1 | -0/+4 |
2019-04-15 | Revert "net-sysfs: Fix memory leak in netdev_register_kobject" | Wang Hai | 1 | -9/+5 |
2019-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 37 | -562/+852 |
2019-04-15 | bridge: only include nf_queue.h if needed | Stephen Rothwell | 1 | -0/+2 |
2019-04-15 | rtnetlink: fix rtnl_valid_stats_req() nlmsg_len check | Eric Dumazet | 1 | -1/+1 |
2019-04-14 | ipv4: ensure rcu_read_lock() in ipv4_link_failure() | Eric Dumazet | 1 | -2/+8 |
2019-04-13 | ipv4: recompile ip options in ipv4_link_failure | Stephen Suryaputra | 1 | -1/+9 |
2019-04-13 | ipv6: Remove flowi6_oif compare from __ip6_route_redirect | David Ahern | 1 | -2/+0 |
2019-04-13 | rxrpc: Fix detection of out of order acks | Jeffrey Altman | 2 | -6/+13 |
2019-04-13 | rxrpc: Trace received connection aborts | David Howells | 1 | -4/+7 |
2019-04-13 | rxrpc: Allow errors to be returned from rxrpc_queue_packet() | Marc Dionne | 1 | -9/+12 |
2019-04-13 | rxrpc: Make rxrpc_kernel_check_life() indicate if call completed | Marc Dionne | 1 | -5/+9 |
2019-04-13 | rxrpc: Clear socket error | Marc Dionne | 1 | -0/+5 |
2019-04-12 | net/smc: improve smc_conn_create reason codes | Karsten Graul | 4 | -59/+58 |
2019-04-12 | net/smc: improve smc_listen_work reason codes | Karsten Graul | 2 | -46/+54 |
2019-04-12 | net/smc: code cleanup smc_listen_work | Karsten Graul | 1 | -15/+14 |
2019-04-12 | net/smc: cleanup of get vlan id | Karsten Graul | 3 | -6/+10 |
2019-04-12 | net/smc: consolidate function parameters | Karsten Graul | 7 | -141/+139 |
2019-04-12 | net/smc: check for ip prefix and subnet | Karsten Graul | 2 | -3/+10 |
2019-04-12 | net/smc: fallback to TCP after connect problems | Karsten Graul | 1 | -4/+4 |
2019-04-12 | net/smc: nonblocking connect rework | Ursula Braun | 2 | -42/+47 |