Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-21 | 3 | -61/+229 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-05-16 | 5 | -64/+210 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| | * | | | | net/ipv6: Add fib lookup stubs for use in bpf helper | David Ahern | 2018-05-11 | 2 | -2/+37 | |
| | * | | | | net/ipv6: Update fib6 tracepoint to take fib6_info | David Ahern | 2018-05-11 | 1 | -8/+6 | |
| | * | | | | net/ipv6: Add fib6_lookup | David Ahern | 2018-05-11 | 2 | -2/+91 | |
| | * | | | | net/ipv6: Refactor fib6_rule_action | David Ahern | 2018-05-11 | 1 | -21/+31 | |
| | * | | | | net/ipv6: Extract table lookup from ip6_pol_route | David Ahern | 2018-05-11 | 1 | -14/+25 | |
| | * | | | | net/ipv6: Rename rt6_multipath_select | David Ahern | 2018-05-11 | 1 | -8/+9 | |
| | * | | | | net/ipv6: Rename fib6_lookup to fib6_node_lookup | David Ahern | 2018-05-11 | 2 | -10/+12 | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-11 | 4 | -9/+11 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | erspan: auto detect truncated ipv6 packets. | William Tu | 2018-05-11 | 1 | -0/+6 | |
| * | | | | | | tcp: Add mark for TIMEWAIT sockets | Jon Maxwell | 2018-05-10 | 1 | -1/+5 | |
| * | | | | | | net/ipv6: fix lock imbalance in ip6_route_del() | Eric Dumazet | 2018-05-10 | 1 | -1/+3 | |
| * | | | | | | net/udp: Update udp_encap_needed static key to modern api | Davidlohr Bueso | 2018-05-10 | 1 | -4/+4 | |
| * | | | | | | udp: Add support for software checksum and GSO_PARTIAL with GSO offload | Alexander Duyck | 2018-05-08 | 1 | -10/+1 | |
| * | | | | | | udp: Do not pass checksum as a parameter to GSO segmentation | Alexander Duyck | 2018-05-08 | 1 | -6/+1 | |
| * | | | | | | udp: Do not pass MSS as parameter to GSO segmentation | Alexander Duyck | 2018-05-08 | 1 | -1/+1 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2018-05-07 | 2 | -5/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | change the comment of vti6_ioctl | Sun Lianwen | 2018-05-01 | 1 | -1/+1 | |
| | * | | | | | xfrm: remove VLA usage in __xfrm6_sort() | Kees Cook | 2018-04-26 | 1 | -4/+2 | |
| * | | | | | | net: ipv6/gre: Add GRO support | Eran Ben Elisha | 2018-05-07 | 1 | -10/+27 | |
| * | | | | | | net: ipv6: Fix typo in ipv6_find_hdr() documentation | Tariq Toukan | 2018-05-07 | 1 | -1/+1 | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2018-05-06 | 12 | -298/+180 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | netfilter: nf_nat: remove unused ct arg from lookup functions | Florian Westphal | 2018-05-06 | 3 | -13/+7 | |
| | * | | | | | | netfilter: ip6t_srh: extend SRH matching for previous, next and last SID | Ahmed Abdelsalam | 2018-05-06 | 1 | -9/+164 | |
| | * | | | | | | netfilter: x_tables: remove duplicate ip6t_get_target function call | Taehee Yoo | 2018-04-24 | 1 | -1/+0 | |
| | * | | | | | | netfilter: add NAT support for shifted portmap ranges | Thierry Du Tre | 2018-04-24 | 6 | -8/+8 | |
| | * | | | | | | netfilter: nf_flow_table: move init code to nf_flow_table_core.c | Felix Fietkau | 2018-04-24 | 1 | -2/+1 | |
| | * | | | | | | netfilter: nf_flow_table: move ipv6 offload hook code to nf_flow_table | Felix Fietkau | 2018-04-24 | 1 | -232/+0 | |
| | * | | | | | | netfilter: nf_flow_table: cache mtu in struct flow_offload_tuple | Felix Fietkau | 2018-04-21 | 1 | -14/+3 | |
| | * | | | | | | ipv6: make ip6_dst_mtu_forward inline | Felix Fietkau | 2018-04-21 | 1 | -22/+0 | |
| * | | | | | | | net/ipv6: rename rt6_next to fib6_next | David Ahern | 2018-05-04 | 2 | -19/+19 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-04 | 1 | -1/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() comment | Sun Lianwen | 2018-05-03 | 1 | -1/+1 | |
| * | | | | | | | | udp: disable gso with no_check_tx | Willem de Bruijn | 2018-05-01 | 1 | -0/+4 | |
| * | | | | | | | | ipv6: sr: extract the right key values for "seg6_make_flowlabel" | Ahmed Abdelsalam | 2018-04-30 | 1 | -1/+1 | |
| * | | | | | | | | erspan: auto detect truncated packets. | William Tu | 2018-04-30 | 1 | -0/+6 | |
| * | | | | | | | | tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receive | Eric Dumazet | 2018-04-29 | 1 | -0/+2 | |
| * | | | | | | | | udp: add gso segment cmsg | Willem de Bruijn | 2018-04-26 | 1 | -1/+4 | |
| * | | | | | | | | udp: paged allocation with gso | Willem de Bruijn | 2018-04-26 | 1 | -5/+14 | |
| * | | | | | | | | udp: generate gso with UDP_SEGMENT | Willem de Bruijn | 2018-04-26 | 2 | -5/+24 | |
| * | | | | | | | | udp: add udp gso | Willem de Bruijn | 2018-04-26 | 2 | -3/+22 | |
| * | | | | | | | | udp: expose inet cork to udp | Willem de Bruijn | 2018-04-26 | 2 | -11/+12 | |
| * | | | | | | | | ipv6: addrconf: don't evaluate keep_addr_on_down twice | Ivan Vecera | 2018-04-25 | 1 | -13/+10 | |
| * | | | | | | | | ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap mode | Ahmed Abdelsalam | 2018-04-25 | 2 | -2/+30 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-04-24 | 3 | -28/+31 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | net/ipv6: fix LOCKDEP issue in rt6_remove_exception_rt() | Eric Dumazet | 2018-04-24 | 1 | -2/+1 | |
| * | | | | | | | | | net/ipv6: Fix missing rcu dereferences on from | David Ahern | 2018-04-23 | 1 | -5/+10 | |
| * | | | | | | | | | net/ipv6: add rcu locking to ip6_negative_advice | David Ahern | 2018-04-23 | 1 | -0/+2 | |
| * | | | | | | | | | net: fib_rules: add extack support | Roopa Prabhu | 2018-04-23 | 2 | -3/+7 |