aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-02ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic numberShan Wei
2010-12-02tcp: Implement ipv6 ->get_peer() and ->tw_get_peer().David S. Miller
2010-12-02tcp: Add timewait recycling bits to ipv6 connect code.David S. Miller
2010-12-02ipv6: Create inet6_csk_route_req().David S. Miller
2010-12-01timewait_sock: Create and use getpeer op.David S. Miller
2010-12-01net/ipv6/sit.c: return unhandled skb to tunnel4_rcvDavid McCullough
2010-12-01Make the ip6_tunnel reflect the true mtu.Anders Franzen
2010-11-30inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller
2010-11-28ipv6: Prepare the tree for un-inlined jhash.Jozsef Kadlecsik
2010-11-28ipv6: kill two unused macro definitionShan Wei
2010-11-27rtnl: make link af-specific updates atomicThomas Graf
2010-11-24ipv6: mcast: RCU conversionEric Dumazet
2010-11-22Net: ipv6: netfiliter: Makefile: Remove deprecated kbuild goal definitionsTracey Dent
2010-11-22ipv6: fix missing in6_ifa_put in addrconfJohn Fastabend
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-11-18ipv6: Expose reachable and retrans timer values as msecsThomas Graf
2010-11-18ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffiesThomas Graf
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-11-17ipv6: AF_INET6 link address familyThomas Graf
2010-11-16udp: use atomic_inc_not_zero_hintEric Dumazet
2010-11-16ipv6: fix missing in6_ifa_put in addrconfJohn Fastabend
2010-11-15net/ipv6/mcast.c: Remove unnecessary semicolonsJoe Perches
2010-11-12ipv6: Warn users if maximum number of routes is reached.Ben Greear
2010-11-12ipv6: addrconf: don't remove address state on ifdown if the address is being ...Lorenzo Colitti
2010-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller
2010-11-12netfilter: ipv6: fix overlap check for fragmentsShan Wei
2010-11-08ipv6: fix overlap check for fragmentsShan Wei
2010-11-03netfilter: ip6_tables: fix information leak to userspaceJan Engelhardt
2010-11-03net dst: fix percpu_counter list corruption and poison overwrittenXiaotian Feng
2010-10-30ipv6/udp: report SndbufErrors and RcvbufErrorsEric Dumazet
2010-10-27tunnels: Fix tunnels change rcu protectionPavel Emelyanov
2010-10-27net: add __rcu annotations to protocolEric Dumazet
2010-10-27ipv6: fix refcnt problem related to POSTDAD stateUrsula Braun
2010-10-26IPv6: Temp addresses are immediately deleted.Glenn Wurster
2010-10-26IPv6: Create temporary address if none exists.Glenn Wurster
2010-10-26netfilter: Add missing CONFIG_SYSCTL checks in ipv6's nf_conntrack_reasm.cDavid S. Miller
2010-10-25net: add __rcu annotation to sk_filterEric Dumazet
2010-10-25netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables ...KOVACS Krisztian
2010-10-25tunnels: add _rcu annotationsEric Dumazet
2010-10-24tproxy: Add missing CAP_NET_ADMIN check to ipv6 sideBalazs Scheidler
2010-10-24ip6_tunnel dont update the mtu on the route.Anders Franzen
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-10-21tproxy: allow non-local binds of IPv6 sockets if IP_TRANSPARENT is enabledBalazs Scheidler
2010-10-21tproxy: added tproxy sockopt interface in the IPV6 layerBalazs Scheidler
2010-10-21tproxy: added udp6_lib_lookup functionBalazs Scheidler
2010-10-21tproxy: added const specifiers to udp lookup functionsBalazs Scheidler
2010-10-21tproxy: split off ipv6 defragmentation to a separate moduleBalazs Scheidler