summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | ipv6 mcast: Do not join device multicast for interface-local multicasts.YOSHIFUJI Hideaki / 吉藤英明2013-02-111-0/+8
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-081-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit()Tommi Rantala2013-02-061-1/+1
* | | | | | ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.cAmerigo Wang2013-02-081-4/+4
* | | | | | ipv6: Don't send packet to big messages to selfSteffen Klassert2013-02-061-2/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-057-19/+26
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | tcp: ipv6: Update MIB counters for dropsVijay Subramanian2013-02-041-1/+5
| * | | | ipv6: export ip6_datagram_recv_ctlTom Parkin2013-01-311-0/+1
| * | | | ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin2013-01-315-18/+19
| * | | | ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner2013-01-301-1/+1
| * | | | ipv6 addrconf: Fix interface identifiers of 802.15.4 devices.YOSHIFUJI Hideaki / 吉藤英明2013-01-291-0/+1
* | | | | mcast: do not check 'rv' twice in a rowJean Sacren2013-02-041-4/+2
* | | | | ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-8/+8
* | | | | ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-32/+40
* | | | | ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-40/+54
* | | | | ipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-2/+11
* | | | | netfilter ip6table_mangle: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明2013-01-291-2/+3
* | | | | xfrm: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明2013-01-291-2/+2
* | | | | ipv6 mcast: Use ipv6_addr_equal() in ip6_mc_source().YOSHIFUJI Hideaki / 吉藤英明2013-01-291-3/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-295-5/+30
|\ \ \ \ \ | |/ / / /
| * | | | ip6mr: limit IPv6 MRT_TABLE identifiersDan Carpenter2013-01-271-0/+3
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-01-222-3/+13
| |\ \ \ \
| | * | | | ah6/esp6: set transport header correctly for IPsec tunnel mode.Li RongQing2013-01-082-3/+13
| * | | | | ipv6: Add an error handler for icmp6Steffen Klassert2013-01-181-0/+12
| * | | | | ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ2013-01-171-2/+2
| | |_|_|/ | |/| | |
* | | | | ipv6: add anti-spoofing checks for 6to4 and 6rdHannes Frederic Sowa2013-01-291-13/+41
* | | | | ipv6: Fix inet6_csk_bind_conflict so it builds with user namespaces enabledEric W. Biederman2013-01-291-1/+1
* | | | | ipv4: introduce address lifetimeJiri Pirko2013-01-291-4/+0
* | | | | net: frag, move LRU list maintenance outside of rwlockJesper Dangaard Brouer2013-01-292-6/+3
* | | | | net: frag helper functions for mem limit trackingJesper Dangaard Brouer2013-01-292-6/+6
| |_|_|/ |/| | |
* | | | net: fix possible wrong checksum generationEric Dumazet2013-01-281-0/+1
* | | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-01-271-30/+56
|\ \ \ \
| * | | | netfilter: nf_conntrack: refactor l4proto support for netnsGao feng2013-01-231-22/+40
| * | | | netfilter: nf_conntrack: refactor l3proto support for netnsGao feng2013-01-231-9/+17
* | | | | soreuseport: UDP/IPv6 implementationTom Herbert2013-01-231-3/+27
* | | | | soreuseport: TCP/IPv6 implementationTom Herbert2013-01-233-9/+33
* | | | | ipv6: remove duplicated declaration of ip6_fragment()Cong Wang2013-01-221-2/+0
* | | | | netfilter: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-5/+5
* | | | | ipv6: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-2/+2
* | | | | ndisc: Do not try to update "updated" time if neighbour has already gone.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-3/+3
* | | | | mcast: add multicast proxy support (IPv4 and IPv6)Nicolas Dichtel2013-01-211-13/+113
* | | | | ndisc: Use compound literals to build redirect message.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-12/+8
* | | | | ndisc: Break down ndisc_build_skb() and build message directly.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-59/+63
* | | | | ndisc: Break down __ndisc_send().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-24/+21
* | | | | ndisc: Fill in ICMPv6 checksum and IPv6 header in ndisc_send_skb().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-16/+8
* | | | | ndisc: Use ndisc_send_skb() for redirect.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-23/+14
* | | | | ndisc: Remove icmp6h argument from ndisc_send_skb().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-3/+3
* | | | | ndisc: Make ndisc_fill_xxx_option() for sk_buff.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-18/+15
* | | | | ndisc: Calculate message body length and option length separately.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-9/+11
* | | | | ndisc: Reset skb->trasport_headner inside ndisc_alloc_send_skb().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-2/+1
OpenPOWER on IntegriCloud