aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-11-08[NET]: kfree cleanupJesper Juhl5-20/+10
2005-11-08[IPV6]: RFC3484 compliant source address selectionYOSHIFUJI Hideaki1-104/+240
2005-11-08[IPV6]: Make ipv6_addr_type() more generic so that we can use it for source address selection.YOSHIFUJI Hideaki2-44/+48
2005-11-08[IPV6]: Put addr_diff() into common header for future use.YOSHIFUJI Hideaki1-52/+2
2005-11-05[TCP/DCCP]: Randomize port selectionStephen Hemminger1-11/+4
2005-11-03[IPV6]: inet6_ifinfo_notify should use RTM_DELLINK in addrconf_ifdownYan Zheng1-1/+1
2005-11-02[MCAST]: ip[6]_mc_add_src should be called when number of sources is zeroYan Zheng1-1/+3
2005-10-31[MCAST] IPv6: Check packet size when process MulticastYan Zheng1-2/+17
2005-10-31[IPV6]: Fix behavior of ip6_route_input() for link local addressYan Zheng1-1/+1
2005-10-31[NETFILTER]: Add "revision" support to arp_tables and ip6_tablesHarald Welte2-114/+192
2005-10-30[PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman1-7/+3
2005-10-28[MCAST] IPv6: Fix algorithm to compute Querier's Query IntervalYan Zheng1-1/+1
2005-10-28[IPv4/IPv6]: UFO Scatter-gather approachAnanda Raju1-1/+70
2005-10-25[NET]: Wider use of for_each_*cpu()John Hawkes2-10/+3
2005-10-25[IPV6]: Fix refcnt of struct ip6_flowlabelYan Zheng1-1/+1
2005-10-15[NETFILTER]: Fix ip6_table.c build with NETFILTER_DEBUG enabled.Andrew Morton1-1/+0
2005-10-13[NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.David S. Miller1-5/+11
2005-10-10[IPSEC] Fix block size/MTU bugs in ESPHerbert Xu1-3/+4
2005-10-10[IPSEC]: Use ALIGN macro in ESPHerbert Xu1-5/+6
2005-10-05[IPV6]: Fix NS handing for proxy/anycast addressYOSHIFUJI Hideaki1-1/+1
2005-10-05[MCAST] ipv6: Fix address size in grec_sizeYan Zheng1-1/+1
2005-10-04[IPV6]: Fix infinite loop in udp_v6_get_port().YOSHIFUJI Hideaki1-1/+3
2005-10-03[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu1-1/+1
2005-10-03[IPV6]: Fix leak added by udp connect dst caching fix.David S. Miller1-4/+10
2005-10-03[IPV6]: Fix ipv6 fragment ID selection at slow pathYan Zheng1-1/+1
2005-10-03[INET]: speedup inet (tcp/dccp) lookupsEric Dumazet1-8/+10
2005-10-03[NET]: Fix packet timestamping.Herbert Xu1-2/+2
2005-09-26[IPV6]: Fix [Bug 5306] Oops on IPv6 route lookupHerbert Xu1-0/+2
2005-09-24[NETFILTER]: Fix ip[6]t_NFQUEUE Kconfig dependencyHarald Welte2-1/+12
2005-09-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-464/+91
2005-09-19[PATCH] raw_sendmsg DoS on 2.6Mark J Cox1-1/+1
2005-09-19[NETFILTER] ip6tables: remove duplicate codeYasuyuki Kozakai7-464/+91
2005-09-18[IPV6]: Check connect(2) status for IPv6 UDP socket (Re: xfrm_lookup)Mitsuru KANDA1-2/+8
2005-09-14[IPV6]: Fix per-socket multicast filtering in sk_reuse caseDavid L Stevens1-3/+2
2005-09-14[MCAST]: Fix MCAST_EXCLUDE line dupesDenis Lukianov1-1/+1
2005-09-10[IPV6]: Bring Type 0 routing header in-line with rfc3542.Brian Haley2-9/+8
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar3-4/+3
2005-09-09[PATCH] files: lock-free fd look-upDipankar Sarma1-0/+1
2005-09-08[XFRM]: Always release dst_entry on error in xfrm_lookupPatrick McHardy7-40/+13
2005-09-08[IPV6]: Don't redo xfrm_lookup for cached dst entriesPatrick McHardy1-3/+4
2005-09-08Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6-git-rfc3542 David S. Miller9-61/+477
2005-09-08[IPV6]: Need to use pskb_trim_rcsum().Stephen Hemminger3-12/+8
2005-09-08[IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data.YOSHIFUJI Hideaki7-20/+98
2005-09-08[IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).YOSHIFUJI Hideaki7-41/+379
2005-09-01[IPV6]: Repair Incoming Interface Handling for Raw Socket.YOSHIFUJI Hideaki2-3/+3
2005-09-01[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULLJesper Juhl4-34/+17
2005-08-29[NETFILTER6]: Add new ip6tables HOPLIMIT targetHarald Welte3-0/+135
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet5-5/+5
2005-08-29[NETFILTER]: Add goto targetPatrick McHardy1-2/+2
2005-08-29[NETFILTER]: Add IPv6 REJECT targetPatrick McHardy3-0/+295