| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: minor optimizations around tcp_hdr() usage | Eric Dumazet | 2016-05-16 | 1 | -3/+3 |
* | sock: propagate __sock_cmsg_send() error | Eric Dumazet | 2016-05-16 | 1 | -2/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-15 | 1 | -0/+2 |
|\ |
|
| * | net/route: enforce hoplimit max value | Paolo Abeni | 2016-05-14 | 1 | -0/+2 |
* | | udp: Resolve NULL pointer dereference over flow-based vxlan device | Alexander Duyck | 2016-05-13 | 1 | -5/+3 |
* | | gre: Fix wrong tpi->proto in WCCP | Haishuang Yan | 2016-05-12 | 1 | -1/+1 |
* | | ip6_gre: Fix get_size calculation for gre6 tunnel | Haishuang Yan | 2016-05-12 | 1 | -3/+0 |
* | | net: l3mdev: Add hook in ip and ipv6 | David Ahern | 2016-05-12 | 1 | -0/+7 |
* | | ipv6: fix 4in6 tunnel receive path | Nicolas Dichtel | 2016-05-12 | 1 | -1/+1 |
* | | ila: ipv6/ila: fix nlsize calculation for lwtunnel | Tom Herbert | 2016-05-10 | 1 | -2/+4 |
* | | ip6_gre: Use correct flags for reading TUNNEL_SEQ | Tom Herbert | 2016-05-10 | 1 | -2/+2 |
* | | ip6: Don't set transport header in IPv6 tunneling | Tom Herbert | 2016-05-10 | 1 | -2/+0 |
* | | ip6_gre: Set inner protocol correctly in __gre6_xmit | Tom Herbert | 2016-05-10 | 1 | -1/+1 |
* | | gre6: Fix flag translations | Tom Herbert | 2016-05-10 | 1 | -8/+12 |
* | | ip6_gre: Fix MTU setting | Tom Herbert | 2016-05-10 | 1 | -16/+13 |
* | | net: l3mdev: Move get_saddr and rt6_dst | David Ahern | 2016-05-10 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-09 | 2 | -4/+8 |
|\| |
|
| * | net: ipv6: tcp reset, icmp need to consider L3 domain | David Ahern | 2016-05-06 | 2 | -4/+8 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2016-05-09 | 2 | -191/+46 |
|\ \ |
|
| * | | netfilter: x_tables: get rid of old and inconsistent debugging | Pablo Neira Ayuso | 2016-05-05 | 1 | -188/+41 |
| * | | netfilter: fix IS_ERR_VALUE usage | Pablo Neira Ayuso | 2016-04-29 | 1 | -2/+4 |
| * | | netfilter: ip6t_SYNPROXY: unnecessary to check whether ip6_route_output retur... | Liping Zhang | 2016-04-25 | 1 | -1/+1 |
* | | | net: vrf: Create FIB tables on link create | David Ahern | 2016-05-06 | 1 | -0/+1 |
* | | | gre6: add Kconfig dependency for NET_IPGRE_DEMUX | Arnd Bergmann | 2016-05-04 | 1 | -0/+1 |
* | | | gre: change gre_parse_header to return the header length | Jiri Benc | 2016-05-04 | 1 | -1/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-04 | 1 | -2/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | ipv6/ila: fix nlsize calculation for lwtunnel | Nicolas Dichtel | 2016-05-03 | 1 | -2/+1 |
* | | | ipv6: add new struct ipcm6_cookie | Wei Wang | 2016-05-03 | 8 | -86/+92 |
* | | | gre6: Cleanup GREv6 transmit path, call common GRE functions | Tom Herbert | 2016-05-03 | 1 | -202/+50 |
* | | | ipv6: Generic tunnel cleanup | Tom Herbert | 2016-05-03 | 1 | -2/+5 |
* | | | ipv6: Create ip6_tnl_xmit | Tom Herbert | 2016-05-03 | 1 | -17/+30 |
* | | | gre6: Cleanup GREv6 receive path, call common GRE functions | Tom Herbert | 2016-05-03 | 1 | -117/+23 |
* | | | ipv6: Cleanup IPv6 tunnel receive path | Tom Herbert | 2016-05-03 | 1 | -70/+142 |
* | | | udp: prepare for non BH masking at backlog processing | Eric Dumazet | 2016-05-02 | 1 | -2/+2 |
* | | | tcp: do not assume TCP code is non preemptible | Eric Dumazet | 2016-05-02 | 1 | -6/+6 |
* | | | ipv6: kill ICMP6MSGIN_INC_STATS_BH() | Eric Dumazet | 2016-04-28 | 1 | -1/+1 |
* | | | ipv6: rename IP6_UPD_PO_STATS_BH() | Eric Dumazet | 2016-04-28 | 1 | -2/+2 |
* | | | ipv6: rename IP6_INC_STATS_BH() | Eric Dumazet | 2016-04-28 | 5 | -84/+84 |
* | | | net: rename NET_{ADD|INC}_STATS_BH() | Eric Dumazet | 2016-04-28 | 3 | -11/+11 |
* | | | net: rename ICMP6_INC_STATS_BH() | Eric Dumazet | 2016-04-28 | 3 | -9/+9 |
* | | | net: tcp: rename TCP_INC_STATS_BH | Eric Dumazet | 2016-04-28 | 1 | -7/+7 |
* | | | net: udp: rename UDP_INC_STATS_BH() | Eric Dumazet | 2016-04-28 | 1 | -19/+19 |
* | | | net: snmp: kill various STATS_USER() helpers | Eric Dumazet | 2016-04-28 | 1 | -25/+24 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-27 | 1 | -33/+15 |
|\| | |
|
| * | | net: ipv6: Delete host routes on an ifdown | David Ahern | 2016-04-26 | 1 | -33/+15 |
| * | | Revert "ipv6: Revert optional address flusing on ifdown." | David S. Miller | 2016-04-26 | 1 | -12/+150 |
| * | | ipv6: Revert optional address flusing on ifdown. | David S. Miller | 2016-04-25 | 1 | -150/+12 |
* | | | net: ipv6: Use passed in table for nexthop lookups | David Ahern | 2016-04-27 | 1 | -2/+38 |
* | | | ila: add checksum neutral ILA translations | Tom Herbert | 2016-04-26 | 4 | -15/+105 |
* | | | ila: xlat changes | Tom Herbert | 2016-04-26 | 1 | -69/+34 |