summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* [IPV6]: Use kmemdupArnaldo Carvalho de Melo2006-12-034-12/+6Star
* [IPV6]: udp.c build fixDavid S. Miller2006-12-031-1/+1
* [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.Al Viro2006-12-032-3/+3
* [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-032-3/+3
* [NET]: Annotate callers of the reset of checksum.h stuff.Al Viro2006-12-032-2/+2
* [NET]: annotate csum_ipv6_magic() callers in net/*Al Viro2006-12-036-25/+26
* [IPV6]: Misc endianness annotations.Al Viro2006-12-0318-52/+54
* [NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker2006-12-039-170/+388
* [IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink apiThomas Graf2006-12-031-16/+14Star
* [IPv6] iflink: Convert IPv6's RTM_GETLINK to use the new netlink apiThomas Graf2006-12-031-42/+37Star
* [TCP]: Fix some warning when MD5 is disabled.David S. Miller2006-12-031-4/+6
* [TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki2006-12-031-17/+551
* [TCP/DCCP]: Introduce net_xmit_evalGerrit Renker2006-12-032-3/+2Star
* [IPv6]: Only modify checksum for UDPBrian Haley2006-12-032-3/+1Star
* [IPv6] rules: Remove bogus tos validation checkThomas Graf2006-12-031-2/+1Star
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-033-44/+56
* [TCP]: Remove dead code in init_sequenceGerrit Renker2006-12-031-13/+6Star
* [IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki2006-12-0311-105/+176
* [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.YOSHIFUJI Hideaki2006-12-032-2/+2
* [IPV6] ROUTE: Use &rt->u.dst instead of cast.YOSHIFUJI Hideaki2006-12-032-4/+4
* [IPV6] ROUTE: Use macros to format /proc/net/ipv6_route.YOSHIFUJI Hideaki2006-12-031-24/+13Star
* [TCP]: Don't set SKB owner in tcp_transmit_skb().David S. Miller2006-12-031-2/+1Star
* [IPV6] tcp: Fix typo _read_mostly --> __read_mostly.David S. Miller2006-12-031-1/+1
* [NET]: Size listen hash tables using backlog hintEric Dumazet2006-12-031-1/+1
* [NET] rules: Share common attribute validation policyThomas Graf2006-12-031-5/+1Star
* [NET] rules: Protocol independant mark selectorThomas Graf2006-12-031-32/+0Star
* [NET]: Rethink mark field in struct flowiThomas Graf2006-12-033-21/+2Star
* [NET]: Turn nfmark into generic markThomas Graf2006-12-034-8/+7Star
* [IPV6]: ip6_output annotationsAl Viro2006-12-031-2/+2
* [IPV6]: annotate inet6_csk_search_req()Al Viro2006-12-031-3/+3
* [IPV6]: flowlabels are net-endianAl Viro2006-12-036-16/+16
* [IPV6]: annotate ipv6 mcastAl Viro2006-12-031-6/+6
* [IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro2006-12-0310-10/+10
* [XFRM]: misc annotationsAl Viro2006-12-032-4/+4
* [IPV6]: annotate inet6_hashtablesAl Viro2006-12-031-3/+3
* [IPV6] NDISC: Calculate packet length correctly for allocation.David S. Miller2006-12-031-4/+12
* [IPV6]: Fix address/interface handling in UDP and DCCP, according to the scop...YOSHIFUJI Hideaki2006-11-221-4/+3Star
* [IPV6] IP6TUNNEL: Add missing nf_reset() on input path.Yasuyuki Kozakai2006-11-221-0/+1
* [IPV6] IP6TUNNEL: Delete all tunnel device when unloading module.Yasuyuki Kozakai2006-11-221-1/+17
* [IPV6] ROUTE: Do not enable router reachability probing in router mode.YOSHIFUJI Hideaki2006-11-221-4/+5
* [IPV6] ROUTE: Prefer reachable nexthop only if the caller requests.YOSHIFUJI Hideaki2006-11-221-3/+1Star
* [IPV6] ROUTE: Try to use router which is not known unreachable.YOSHIFUJI Hideaki2006-11-221-0/+2
* [NETFILTER]: ip6_tables: use correct nexthdr value in ipv6_find_hdr()Patrick McHardy2006-11-161-1/+1
* [NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queuePatrick McHardy2006-11-161-3/+4
* [IPV6]: Give sit driver an appropriate module alias.Patrick McHardy2006-11-061-0/+1
* [IPV6]: Add ndisc_netdev_notifier unregister.Dmitry Mishin2006-11-051-0/+1
* [IPV6]: File the fingerprints off ah6->spi/esp6->spiAl Viro2006-11-021-2/+2
* [IPV6]: fix flowlabel seqfile handlingJames Morris2006-10-311-12/+6Star
* [IPV6]: return EINVAL for invalid address with flowlabel lease requestJames Morris2006-10-311-1/+3
* [NETFILTER]: Missed and reordered checks in {arp,ip,ip6}_tablesDmitry Mishin2006-10-311-8/+16