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