aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2008-07-20ipv6: Fix warning in addrconf code.David Miller
2008-07-19ipv6 mcast: Omit redundant address family checks in ip6_mc_source().YOSHIFUJI Hideaki
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-07-19ipv6: remove unused parameter from ip6_ra_controlDenis V. Lunev
2008-07-19tcp: Fix MD5 signatures for non-linear skbsAdam Langley
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov
2008-07-16inet: prepare net on the stack for NET accounting macrosPavel Emelyanov
2008-07-16mib: add net to TCP_INC_STATS_BHPavel Emelyanov
2008-07-16inet: prepare struct net for TCP MIB accountingPavel Emelyanov
2008-07-14ipv6: Fix using after dev_put()Wang Chen
2008-07-14ipv6: Check return of dev_set_allmultiWang Chen
2008-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-07-10ipv6: missed namespace context in ipv6_rthdr_rcvDenis V. Lunev
2008-07-08pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.David S. Miller
2008-07-08netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller
2008-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-07-08ipv6: fix race between ipv6_del_addr and DAD timerAndrey Vagin
2008-07-08netfilter: ip6table_filter in netns for realAlexey Dobriyan
2008-07-08netfilter: use correct namespace in ip6table_securityAlexey Dobriyan
2008-07-05MIB: add struct net to UDP6_INC_STATS_BHPavel Emelyanov
2008-07-05MIB: add struct net to UDP6_INC_STATS_USERPavel Emelyanov
2008-07-03ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs.YOSHIFUJI Hideaki
2008-07-03ipv6: Do cleanup for ip6_mr_init.Wang Chen
2008-07-03ipv6 route: Prefer outgoing interface with source address assigned.YOSHIFUJI Hideaki
2008-07-03ipv6 addrconf: add accept_dad sysctl to control DAD operation.YOSHIFUJI Hideaki
2008-07-03ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki
2008-07-03ipv6: Assume the loopback address in link-local scope.YOSHIFUJI Hideaki
2008-07-03ipv6: Do not forward packets with the unspecified source address.YOSHIFUJI Hideaki
2008-07-03ipv6: Do not assign non-valid address on interface.YOSHIFUJI Hideaki
2008-07-01icmp: fix units for ratelimitStephen Hemminger
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-27ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags.YOSHIFUJI Hideaki
2008-06-27inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov
2008-06-27tcp: /proc/net/tcp rto,ato values not scaled properly (v2)Stephen Hemminger
2008-06-24netfilter: ip6table_mangle: don't reroute in LOCAL_INPatrick McHardy
2008-06-19ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki
2008-06-19ipv6: Remove options header when setsockopt's optlen is 0Shan Wei
2008-06-19net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings
2008-06-19net: Disable LRO on devices that are forwardingBen Hutchings
2008-06-18ipv6: minor cleanup in net/ipv6/tcp_ipv6.c [RESEND ].Rami Rosen
2008-06-17udp: sk_drops handlingEric Dumazet
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-16inet6: add struct net argument to inet6_ehashfnPavel Emelyanov
2008-06-16inet: add struct net argument to inet_lhashfnPavel Emelyanov
2008-06-16udp: add struct net argument to udp_hashfnPavel Emelyanov
2008-06-16udp: provide a struct net pointer for __udp[46]_lib_mcast_deliverPavel Emelyanov
2008-06-16udp: introduce a udp_hashfn functionPavel Emelyanov