Age | Commit message (Expand) | Author | Files | Lines |
2017-11-03 | net: use -ENOSPC for transient busy indication | Gilad Ben-Yossef | 2 | -2/+2 |
2017-11-03 | ipv6: Implement limits on Hop-by-Hop and Destination options | Tom Herbert | 3 | -12/+91 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 12 | -0/+12 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 12 | -0/+12 |
2017-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-11-01 | ipv6: addrconf: increment ifp refcount before ipv6_del_addr() | Eric Dumazet | 1 | -0/+1 |
2017-11-01 | net: display hw address of source machine during ipv6 DAD failure | Vishwanath Pai | 2 | -7/+8 |
2017-11-01 | net: sit: Update lookup to handle links set to L3 slave | David Ahern | 1 | -10/+21 |
2017-11-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -4/+4 |
2017-11-01 | net: Add extack to fib_notifier_info | David Ahern | 1 | -6/+9 |
2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+14 |
2017-10-29 | ipv6: prevent user from adding cached routes | Wei Wang | 1 | -0/+6 |
2017-10-28 | tcp: Namespace-ify sysctl_tcp_workaround_signed_windows | Eric Dumazet | 1 | -1/+1 |
2017-10-28 | ipv6: exthdrs: use swap macro in ipv6_dest_hao | Gustavo A. R. Silva | 1 | -4/+1 |
2017-10-27 | ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmit | Xin Long | 1 | -2/+7 |
2017-10-27 | ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_err | Xin Long | 1 | -4/+7 |
2017-10-27 | ipv6: esp6: use BUG_ON instead of if condition followed by BUG | Gustavo A. R. Silva | 1 | -2/+2 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2 | -6/+6 |
2017-10-25 | ip6_tunnel: Allow rcv/xmit even if remote address is a local address | Shmulik Ladkani | 1 | -2/+4 |
2017-10-24 | netfilter: conntrack: make l3proto trackers const | Florian Westphal | 1 | -1/+1 |
2017-10-24 | netfilter: x_tables: don't use seqlock when fetching old counters | Florian Westphal | 1 | -2/+20 |
2017-10-24 | netfilter: conntrack: remove pf argument from l4 packet functions | Florian Westphal | 1 | -1/+0 |
2017-10-24 | netfilter: conntrack: add and use nf_l4proto_log_invalid | Florian Westphal | 1 | -6/+8 |
2017-10-24 | ipv6: add ip6_null_entry check in rt6_select() | Wei Wang | 1 | -1/+1 |
2017-10-24 | ipv6: addrconf: do not block BH in ipv6_chk_home_addr() | Eric Dumazet | 1 | -3/+3 |
2017-10-24 | ipv6: addrconf: do not block BH in /proc/net/if_inet6 handling | Eric Dumazet | 1 | -8/+8 |
2017-10-24 | ipv6: addrconf: do not block BH in ipv6_get_ifaddr() | Eric Dumazet | 1 | -3/+3 |
2017-10-24 | ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags() | Eric Dumazet | 1 | -3/+3 |
2017-10-24 | ipv6: addrconf: add per netns perturbation in inet6_addr_hash() | Eric Dumazet | 1 | -7/+9 |
2017-10-24 | ipv6: addrconf: factorize inet6_addr_hash() call | Eric Dumazet | 1 | -10/+5 |
2017-10-24 | ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declaration | Eric Dumazet | 1 | -18/+17 |
2017-10-24 | tcp: add tracepoint trace_tcp_send_reset | Song Liu | 1 | -2/+8 |
2017-10-23 | esp6: remove redundant initialization of esph | Colin Ian King | 1 | -2/+2 |
2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+3 |
2017-10-22 | ipv6: flowlabel: do not leave opt->tot_len with garbage | Eric Dumazet | 2 | -2/+3 |
2017-10-21 | ipv6: let trace_fib6_table_lookup() dereference the fib table | Paolo Abeni | 1 | -6/+6 |
2017-10-21 | ipv6: remove from fib tree aged out RTF_CACHE dst | Paolo Abeni | 1 | -1/+11 |
2017-10-21 | ipv6: start fib6 gc on RTF_CACHE dst creation | Paolo Abeni | 1 | -1/+3 |
2017-10-20 | net: Add extack to validator_info structs used for address notifier | David Ahern | 1 | -10/+12 |
2017-10-20 | net: ipv6: Make inet6addr_validator a blocking notifier | David Ahern | 2 | -11/+19 |
2017-10-20 | ipv6: addrconf: cleanup locking in ipv6_add_addr | David Ahern | 1 | -44/+60 |
2017-10-18 | ipv6: mark expected switch fall-throughs | Gustavo A. R. Silva | 10 | -6/+19 |
2017-10-18 | inet: frags: Convert timers to use timer_setup() | Kees Cook | 2 | -4/+6 |
2017-10-16 | ipv6: check fn before doing FIB6_SUBTREE(fn) | Wei Wang | 1 | -4/+7 |
2017-10-12 | ipv6: addrconf: don't use rtnl mutex in RTM_GETADDR | Florian Westphal | 1 | -7/+7 |
2017-10-12 | ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONF | Florian Westphal | 1 | -10/+14 |
2017-10-10 | ipv6: fix incorrect bitwise operator used on rt6i_flags | Colin Ian King | 1 | -2/+2 |
2017-10-10 | ipv6: fix dereference of rt6_ex before null check error | Colin Ian King | 1 | -1/+3 |
2017-10-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -5/+5 |
2017-10-10 | ipv6: use rcu_dereference_bh() in ipv6_route_seq_next() | Wei Wang | 1 | -1/+1 |