Age | Commit message (Expand) | Author | Files | Lines |
2013-01-14 | ipv6: 64bit version of ipv6_prefix_equal(). | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -0/+26 |
2013-01-14 | ipv6: Remove __ipv6_prefix_equal(). | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -10/+5 |
2013-01-14 | ipv6: 64bit version of ipv6_addr_set(). | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -4/+22 |
2013-01-14 | ipv6: 64bit version of ipv6_addr_v4mapped(). | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -2/+7 |
2013-01-14 | ipv6: 64bit version of ipv6_addr_loopback(). | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -0/+6 |
2013-01-14 | ipv6: 64bit version of ipv6_addr_diff(). | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -1/+28 |
2013-01-14 | ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel). | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -0/+5 |
2013-01-14 | ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel. | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -0/+9 |
2012-12-01 | ipv6: unify logic evaluating inet6_dev's accept_ra property | Shmulik Ladkani | 1 | -0/+9 |
2012-11-13 | ipv6: improve ipv6_find_hdr() to skip empty routing headers | Ansis Atteka | 1 | -2/+3 |
2012-11-10 | ipv6: Move ipv6_find_hdr() out of Netfilter code. | Jesse Gross | 1 | -0/+9 |
2012-09-20 | ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inline | Amerigo Wang | 1 | -2/+11 |
2012-09-20 | ipv6: unify conntrack reassembly expire code with standard one | Amerigo Wang | 1 | -0/+19 |
2012-08-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie... | David S. Miller | 1 | -1/+4 |
2012-08-15 | net ip6 flowlabel: Make owner a union of struct pid * and kuid_t | Eric W. Biederman | 1 | -1/+4 |
2012-08-15 | gre: Support GRE over IPv6 | xeb@mail.ru | 1 | -0/+1 |
2012-07-18 | ipv6: add ipv6_addr_hash() helper | Eric Dumazet | 1 | -0/+13 |
2012-07-12 | ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect(). | David S. Miller | 1 | -0/+2 |
2012-07-11 | ipv6: optimize ipv6 addresses compares | Eric Dumazet | 1 | -1/+23 |
2012-05-19 | ipv6: bool/const conversions phase2 | Eric Dumazet | 1 | -1/+1 |
2012-05-18 | ipv6: bool conversions phase1 | Eric Dumazet | 1 | -15/+15 |
2012-05-18 | ip_frag: struct inet_frags match() method returns a bool | Eric Dumazet | 1 | -1/+1 |
2012-04-21 | net: Delete all remaining instances of ctl_path | Eric W. Biederman | 1 | -1/+0 |
2012-04-21 | net ipv4: Remove the unneeded registration of an empty net/ipv4/neigh | Eric W. Biederman | 1 | -2/+0 |
2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 1 | -1/+1 |
2011-12-03 | ipv6: Add fragment reporting to ipv6_skip_exthdr(). | Jesse Gross | 1 | -1/+1 |
2011-11-23 | net: remove ipv6_addr_copy() | Alexey Dobriyan | 1 | -5/+0 |
2011-11-14 | ipv6: reduce percpu needs for icmpv6msg mibs | Eric Dumazet | 1 | -3/+12 |
2011-10-27 | ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT | Eric Dumazet | 1 | -1/+2 |
2011-07-22 | ipv6: make fragment identifications less predictable | Eric Dumazet | 1 | -11/+1 |
2011-05-20 | ipv6: reduce per device ICMP mib sizes | Eric Dumazet | 1 | -5/+14 |
2011-04-24 | net: Remove __KERNEL__ cpp checks from include/net | David S. Miller | 1 | -7/+0 |
2011-04-22 | inet: constify ip headers and in6_addr | Eric Dumazet | 1 | -2/+2 |
2011-03-13 | ipv6: Convert to use flowi6 where applicable. | David S. Miller | 1 | -8/+8 |
2011-03-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+12 |
2011-03-02 | xfrm: Handle blackhole route creation via afinfo. | David S. Miller | 1 | -2/+2 |
2011-03-02 | ipv6: Normalize arguments to ip6_dst_blackhole(). | David S. Miller | 1 | -3/+2 |
2011-03-02 | ipv6: Change final dst lookup arg name to "can_sleep" | David S. Miller | 1 | -2/+2 |
2011-03-02 | ipv6: Consolidate route lookup sequences. | David S. Miller | 1 | -3/+8 |
2011-02-22 | ipv6: Add IPv6 multicast address flag defines | Linus Lüssing | 1 | -0/+12 |
2010-09-24 | net: return operator cleanup | Eric Dumazet | 1 | -18/+17 |
2010-07-01 | snmp: 64bit ipstats_mib for all arches | Eric Dumazet | 1 | -6/+6 |
2010-06-02 | ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) option | Arnaud Ebalard | 1 | -0/+4 |
2010-05-25 | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT... | Alexey Dobriyan | 1 | -3/+3 |
2010-04-24 | IPv6: Complete IPV6_DONTFRAG support | Brian Haley | 1 | -0/+2 |
2010-04-24 | IPv6: Add dontfrag argument to relevant functions | Brian Haley | 1 | -1/+2 |
2010-04-16 | net: replace ipfragok with skb->local_df | Shan Wei | 1 | -2/+1 |
2010-03-31 | ipv6: Use __fls() instead of fls() in __ipv6_addr_diff(). | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -1/+1 |
2010-02-26 | ipv6: Remove IPV6_ADDR_RESERVED | Ulrich Weber | 1 | -1/+0 |
2010-02-17 | ipv6.h: reassembly: replace calculated magic number with multiplication | Joe Perches | 1 | -3/+3 |