aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-14netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr()Brian Haley1-1/+1
2008-08-03ipv6: Do not drop packet if skb->local_df is set to trueWei Yongjun1-1/+1
2008-07-31ipv6: Fix ip6_xmit to send fragments if ipfragok is trueWei Yongjun1-0/+4
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-1/+1
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki1-2/+2
2008-07-03ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki1-0/+7
2008-07-03ipv6: Do not forward packets with the unspecified source address.YOSHIFUJI Hideaki1-1/+2
2008-06-19net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings1-0/+3
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-12net: Allow netdevices to specify needed head/tailroomJohannes Berg1-1/+1
2008-04-12[IPV6]: Make address arguments const.YOSHIFUJI Hideaki1-1/+1
2008-04-05[IPV6] MROUTE: Support multicast forwarding.YOSHIFUJI Hideaki1-2/+4
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-25[IPV6]: Support Source Address Selection API (RFC5014).YOSHIFUJI Hideaki1-1/+3
2008-03-25[IPV6]: Optimize hop-limit determination.YOSHIFUJI Hideaki1-3/+1
2008-03-25[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.YOSHIFUJI Hideaki1-6/+6
2008-03-07[NETNS][IPV6] fix some missing namespaceDaniel Lezcano1-4/+6
2008-03-05[NETNS][IPV6] route6 - pass always a valid socket to ip6_dst_lookupDaniel Lezcano1-2/+2
2008-03-05[NETNS][IPV6] route6 - add netns parameter to ip6_route_outputDaniel Lezcano1-2/+2
2008-03-04[IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr().YOSHIFUJI Hideaki1-1/+2
2008-02-28[IPV6]: Unexport ip6_find_1stfragoptAdrian Bunk1-1/+0
2008-02-14[IPV6]: Fix reversed local_df test in ip6_fragmentHerbert Xu1-2/+2
2008-02-12[IPV6]: Fix IPsec datagram fragmentationHerbert Xu1-1/+5
2008-01-31[NET]: Introducing socket mark socket option.Laszlo Attila Toth1-0/+2
2008-01-31[INET]: Prevent out-of-sync truesize on ip_fragment slow pathHerbert Xu1-1/+3
2008-01-28[NETNS][IPV6]: inet6_addr - ipv6_get_ifaddr namespace awareDaniel Lezcano1-1/+2
2008-01-28[NETNS]: Modify the neighbour table code so it handles multiple network namespacesEric W. Biederman1-1/+1
2008-01-28[XFRM] IPv6: Fix dst/routing check at transformation.Masahide NAKAMURA1-2/+2
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-6/+8
2008-01-28[IPV6]: Add ip6_local_outHerbert Xu1-6/+27
2008-01-28[IPV6]: Move nfheader_len into rt6_infoHerbert Xu1-2/+3
2008-01-28[IPV6]: Only set nfheader_len for top xfrm dstHerbert Xu1-1/+2
2008-01-23[INET]: Fix truesize setting in ip_append_dataHerbert Xu1-2/+2
2007-12-07[IPv6] SNMP: Increment OutNoRoutes when connecting to unreachable networkMitsuru Chinen1-0/+2
2007-11-07[IPV6]: Consolidate the ip cork destruction in ip6_output.cPavel Emelyanov1-21/+15
2007-10-23[NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever1-1/+1
2007-10-15[IPV6]: Uninline netfilter okfnsPatrick McHardy1-1/+1
2007-10-10[IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]David L Stevens1-0/+7
2007-10-10[IPV6] IPSEC: Omit redirect for tunnelled packet.Masahide NAKAMURA1-1/+3
2007-09-11[IPv6]: Fix NULL pointer dereference in ip6_flush_pending_framesYOSHIFUJI Hideaki1-2/+3
2007-08-21[IPV6]: Fix kernel panic while send SCTP data with IP fragmentsWei Yongjun1-1/+1
2007-07-10[NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik1-0/+4
2007-07-10[IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA1-1/+1
2007-05-10[IPV6]: Send ICMPv6 error on scope violations.David L Stevens1-3/+10
2007-04-25[INET]: Add IP(V6)_PMTUDISC_RPOBEJohn Heffner1-3/+12
2007-04-25[IPV6]: MTU discovery check in ip6_fragment()John Heffner1-0/+13
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETEHerbert Xu1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1