| Commit message (Expand) | Author | Age | Files | Lines |
* | netfilter: nf_tables: add reject module for NFPROTO_INET | Patrick McHardy | 2014-02-06 | 1 | -3/+4 |
* | netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc parts | Patrick McHardy | 2014-02-06 | 3 | -0/+81 |
* | net: Fix memory leak if TPROXY used with TCP early demux | Holger Eitzenberger | 2014-01-27 | 1 | -1/+1 |
* | ipv6: reallocate addrconf router for ipv6 address when lo device up | Gao feng | 2014-01-24 | 1 | -2/+12 |
* | ipv6: enable anycast addresses as source addresses for datagrams | FX Le Bail | 2014-01-22 | 2 | -1/+14 |
* | ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts | Hannes Frederic Sowa | 2014-01-21 | 3 | -2/+16 |
* | ipv6: enable anycast addresses as source addresses in ICMPv6 error messages | FX Le Bail | 2014-01-21 | 1 | -1/+2 |
* | tcp: delete redundant calls of tcp_mtup_init() | Peter Pan(潘卫平) | 2014-01-21 | 1 | -1/+0 |
* | ipv6: optimize link local address search | Hannes Frederic Sowa | 2014-01-19 | 1 | -3/+9 |
* | ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams | Hannes Frederic Sowa | 2014-01-19 | 4 | -16/+42 |
* | ipv6: add flowlabel_consistency sysctl | Florent Fourcot | 2014-01-19 | 3 | -0/+16 |
* | ipv6: add a flag to get the flow label used remotly | Florent Fourcot | 2014-01-19 | 2 | -2/+11 |
* | ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GET | Florent Fourcot | 2014-01-19 | 2 | -1/+32 |
* | net: add build-time checks for msg->msg_name size | Steffen Hurrle | 2014-01-18 | 4 | -11/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-18 | 2 | -23/+22 |
|\ |
|
| * | ipv6: simplify detection of first operational link-local address on interface | Hannes Frederic Sowa | 2014-01-17 | 1 | -21/+17 |
| * | net: avoid reference counter overflows on fib_rules in multicast forwarding | Hannes Frederic Sowa | 2014-01-14 | 1 | -2/+5 |
* | | ipv6: send Change Status Report after DAD is completed | Flavio Leitner | 2014-01-17 | 1 | -24/+33 |
* | | ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAIT | Florent Fourcot | 2014-01-17 | 1 | -6/+11 |
* | | ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTE | Thomas Haller | 2014-01-15 | 1 | -75/+109 |
* | | ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routes | Thomas Haller | 2014-01-15 | 1 | -6/+13 |
* | | ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helper | Li RongQing | 2014-01-15 | 4 | -6/+3 |
* | | IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6 | FX Le Bail | 2014-01-14 | 2 | -3/+3 |
* | | ipv6: addrconf spelling fixes | stephen hemminger | 2014-01-14 | 1 | -5/+5 |
* | | net: replace macros net_random and net_srandom with direct calls to prandom | Aruna-Hewapathirane | 2014-01-14 | 3 | -8/+8 |
* | | ipv6: copy traffic class from ping request to reply | Hannes Frederic Sowa | 2014-01-14 | 1 | -1/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-14 | 2 | -2/+10 |
|\ \
| |/ |
|
| * | ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIME | Hannes Frederic Sowa | 2014-01-09 | 1 | -2/+4 |
| * | ipv6: pcpu_tstats.syncp should be initialised in ip6_vti.c | Li RongQing | 2014-01-07 | 1 | -0/+6 |
* | | ipv6: introduce ip6_dst_mtu_forward and protect forwarding path with it | Hannes Frederic Sowa | 2014-01-13 | 1 | -1/+22 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-01-10 | 1 | -1/+3 |
|\ \ |
|
| * | | ipv6: Add checks for 6LOWPAN ARP type | Jukka Rissanen | 2013-12-11 | 1 | -1/+3 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 2014-01-09 | 3 | -42/+43 |
|\ \ \ |
|
| * | | | netfilter: nf_tables: fix error path in the init functions | Pablo Neira Ayuso | 2014-01-09 | 1 | -1/+7 |
| * | | | netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain() | Patrick McHardy | 2014-01-09 | 3 | -3/+3 |
| * | | | netfilter: nf_tables: minor nf_chain_type cleanups | Patrick McHardy | 2014-01-09 | 3 | -8/+8 |
| * | | | netfilter: nf_tables: constify chain type definitions and pointers | Patrick McHardy | 2014-01-09 | 3 | -3/+3 |
| * | | | netfilter: nf_tables: add missing module references to chain types | Patrick McHardy | 2014-01-09 | 1 | -0/+1 |
| * | | | netfilter: nf_tables: add "inet" table for IPv4/IPv6 | Patrick McHardy | 2014-01-07 | 1 | -1/+2 |
| * | | | netfilter: nf_tables: add support for multi family tables | Patrick McHardy | 2014-01-07 | 1 | -0/+1 |
| * | | | netfilter: nf_tables: make chain types override the default AF functions | Patrick McHardy | 2014-01-07 | 1 | -28/+20 |
* | | | | net-gre-gro: Add GRE support to the GRO stack | Jerry Chu | 2014-01-07 | 1 | -1/+1 |
|/ / / |
|
* | | | IPv6: add the option to use anycast addresses as source addresses in echo reply | FX Le Bail | 2014-01-07 | 2 | -1/+11 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-06 | 6 | -46/+65 |
|\ \ \
| | |/
| |/| |
|
| * | | ipv6: don't install anycast address for /128 addresses on routers | Hannes Frederic Sowa | 2014-01-06 | 1 | -2/+2 |
| * | | ipv6: fix the use of pcpu_tstats in ip6_vti.c | Li RongQing | 2014-01-02 | 1 | -21/+3 |
| * | | ipv6: fix the use of pcpu_tstats in ip6_tunnel | Li RongQing | 2014-01-02 | 1 | -5/+16 |
| * | | ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft... | Yasushi Asano | 2014-01-02 | 1 | -3/+10 |
| * | | ipv6: fix the use of pcpu_tstats in sit | Li RongQing | 2014-01-01 | 1 | -0/+2 |
| * | | ipv6: release dst properly in ipip6_tunnel_xmit | Li RongQing | 2013-12-27 | 1 | -1/+3 |