summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-286-50/+30Star
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-221-1/+1
|\
| * sun.com documentation fixesChristian Kujau2013-02-221-1/+1
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-14/+10Star
|\ \ | |/ |/|
| * Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2013-01-181-15/+12Star
| |\
| * | net/ipv6: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-14/+10Star
* | | ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明2013-02-201-5/+3Star
* | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-02-191-7/+1Star
|\ \ \
| * | | netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso2013-02-191-7/+1Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2013-02-191-3/+3
|\ \ \ \
| * | | | xfrm: release neighbor upon dst destructionRomain KUNTZ2013-02-181-0/+2
| * | | | netfilter: nf_ct_reasm: fix per-netns sysctl initializationMichal Kubeček2013-02-131-3/+3
* | | | | ipv6: fix a sparse warningEric Dumazet2013-02-181-1/+2
* | | | | net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-188-17/+17
* | | | | net: proc: change proc_net_fops_create to proc_createGao feng2013-02-188-15/+15
* | | | | ipv6: fix warning in xfrm6_mode_tunnel_inputstephen hemminger2013-02-181-1/+2
* | | | | ipv6: optimize inet6_hash_frag()Eric Dumazet2013-02-181-14/+1Star
* | | | | v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-152-1/+3
* | | | | net: Add skb_unclone() helper function.Pravin B Shelar2013-02-154-6/+4Star
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-02-141-5/+47
|\ \ \ \ \
| * | | | | xfrm: make gc_thresh configurable in all namespacesMichal Kubecek2013-02-061-5/+47
* | | | | | net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-131-1/+0Star
* | | | | | tcp: send packets with a socket timestampAndrey Vagin2013-02-131-9/+13
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-131-4/+14
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-02-111-4/+14
| |\ \ \ \ \
| | * | | | | netfilter: ip6t_NPT: Ensure to check lower part of prefixes are zeroYOSHIFUJI Hideaki / 吉藤英明2013-02-071-0/+10
| | * | | | | netfilter: ip6t_NPT: Fix prefix manglingYOSHIFUJI Hideaki / 吉藤英明2013-02-071-1/+1
| | * | | | | netfilter: ip6t_NPT: Fix adjustment calculationYOSHIFUJI Hideaki / 吉藤英明2013-02-071-3/+3
| | | |_|/ / | | |/| | |
* | | | | | ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2Hannes Frederic Sowa2013-02-111-2/+13
* | | | | | ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa2013-02-111-0/+9
* | | | | | ipv6: don't let node/interface scoped multicast traffic escape on the wireHannes Frederic Sowa2013-02-111-0/+7
* | | | | | 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-091-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/+1Star
* | | | | | 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-311-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/+2Star
* | | | | ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock.YOSHIFUJI Hideaki / 吉藤英明2013-01-311-8/+8
* | | | | ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-311-32/+40
* | | | | ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-311-40/+54
* | | | | ipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list.YOSHIFUJI Hideaki / 吉藤英明2013-01-311-2/+11
* | | | | netfilter ip6table_mangle: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-2/+3
* | | | | xfrm: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-2/+2
* | | | | ipv6 mcast: Use ipv6_addr_equal() in ip6_mc_source().YOSHIFUJI Hideaki / 吉藤英明2013-01-301-3/+2Star