aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2012-11-13ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa1-0/+1
2012-11-09gre6: fix rtnl dump messagesNicolas Dichtel1-4/+4
2012-11-09ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa1-2/+1
2012-10-31Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2-3/+5
2012-10-28netfilter: nf_defrag_ipv6: solve section mismatch in nf_conntrack_reasmHein Tibosch1-2/+2
2012-10-28netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber1-1/+3
2012-10-24ipv6: Set default hoplimit as zero.Li RongQing1-2/+2
2012-10-16ipv6: addrconf: fix /proc/net/if_inet6Eric Dumazet1-6/+9
2012-10-12tcp: resets are misroutedAlexey Kuznetsov1-1/+2
2012-10-08ipv6: gro: fix PV6_GRO_CB(skb)->proto problemEric Dumazet1-9/+2
2012-10-07ipv6: GRO should be ECN friendlyEric Dumazet1-4/+7
2012-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-18/+8
2012-10-06sections: fix section conflicts in netAndi Kleen3-3/+3
2012-10-04ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng1-5/+6
2012-10-02ipv6: don't add link local route when there is no link local addressNicolas Dichtel1-13/+2
2012-10-01tcp: gro: add checksuming helpersEric Dumazet1-3/+17
2012-10-01ipv6: del unreachable route when an addr is deleted on loNicolas Dichtel1-2/+8
2012-09-28ipv6: return errno pointers consistently for fib6_add_1()Lin Ming1-14/+6
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-49/+38
2012-09-27ipv6: gre: remove ip6gre_header_parse()Eric Dumazet1-8/+0
2012-09-27nf_defrag_ipv6: fix oops on module unloadingKonstantin Khlebnikov1-1/+1
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger1-30/+24
2012-09-27xfrm: remove extranous rcu_read_lockstephen hemminger1-6/+0
2012-09-27gre: remove unnecessary rcu_read_lock/unlockstephen hemminger1-11/+3
2012-09-25ipv6: mip6: fix mip6_mh_filter()Eric Dumazet1-9/+11
2012-09-25ipv6: raw: fix icmpv6_filter()Eric Dumazet1-11/+10
2012-09-24net: use a per task frag allocatorEric Dumazet1-40/+25
2012-09-24Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller4-249/+36
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell1-1/+1
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell1-3/+1
2012-09-21ipv6: fix return value check in fib6_add()Wei Yongjun1-0/+4
2012-09-21netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt3-109/+0
2012-09-21netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt3-104/+0
2012-09-21netfilter: fix IPv6 NAT dependencies in KconfigPablo Neira Ayuso1-55/+55
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang2-16/+8
2012-09-19ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang1-10/+0
2012-09-19ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang2-99/+38
2012-09-19ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang1-42/+95
2012-09-19ipv6: recursive check rt->dst.from when call rt6_check_expiredLi RongQing1-5/+1
2012-09-18ipv6: use DST_* macro to set obselete fieldNicolas Dichtel1-3/+3
2012-09-18ipv6: use net->rt_genid to check dst validityNicolas Dichtel2-26/+10
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+17
2012-09-13ipv6: replace write lock with read lock when get route infoLi RongQing2-6/+6
2012-09-13ipv6: route templates can be constEric Dumazet1-3/+3
2012-09-13ipv6: Compare addresses only bits up to the prefix length (RFC6724).YOSHIFUJI Hideaki / 吉藤英明1-2/+4
2012-09-13ipv6: Add labels for site-local and 6bone testing addresses (RFC6724)YOSHIFUJI Hideaki / 吉藤英明1-1/+13
2012-09-10ipv6: remove some useless RCU read lockAmerigo Wang2-24/+4
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman4-36/+36
2012-09-07ipv6: fix handling of throw routesNicolas Dichtel1-1/+8
2012-09-07udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet1-0/+11
2012-09-05ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel1-4/+28
2012-09-05netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.hStephen Rothwell1-0/+1
2012-09-05tcp: fix possible socket refcount problem for ipv6Julian Anastasov1-2/+3
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso6-41/+59
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu2-2/+4
2012-08-31ipv6: remove some deadcodeSorin Dumitru1-22/+7
2012-08-31net: ipv6: fix error return codeJulia Lawall1-3/+3
2012-08-30netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation t...Patrick McHardy3-0/+175
2012-08-30netfilter: ip6tables: add NETMAP targetPatrick McHardy3-0/+105
2012-08-30netfilter: ip6tables: add REDIRECT targetPatrick McHardy3-0/+110
2012-08-30netfilter: ip6tables: add MASQUERADE targetPatrick McHardy4-1/+149
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy6-2/+749
2012-08-30netfilter: ipv6: expand skb head in ip6_route_me_harder after oif changePatrick McHardy1-0/+8
2012-08-30netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containin...Patrick McHardy1-57/+6
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy3-14/+53
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller4-12/+47
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet1-5/+1
2012-08-22ipv6: gre: fix ip6gre_err()Eric Dumazet1-3/+5
2012-08-22net: remove delay at device dismantleEric Dumazet1-1/+5
2012-08-22Merge git://1984.lsi.us.es/nf-nextDavid S. Miller4-13/+4
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-7/+38
2012-08-20net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell1-12/+13
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy1-0/+8
2012-08-20gre: information leak in ip6_tnl_ioctl()Dan Carpenter1-0/+2
2012-08-16ipv6: move dereference after check in fl_free()Dan Carpenter1-5/+2
2012-08-14net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman1-7/+43
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman3-5/+7
2012-08-14ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings1-3/+1
2012-08-14net: ipv6: proc: Fix error handlingIgor Maravic1-2/+2
2012-08-14gre: Support GRE over IPv6xeb@mail.ru4-24/+1872
2012-08-14netfilter: PTR_RET can be usedWu Fengguang4-13/+4
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet1-0/+1
2012-08-09net: Loopback ifindex is constant nowPavel Emelyanov1-1/+1
2012-08-09time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet1-6/+3
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet1-2/+25
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-4/+6
2012-07-31net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman1-3/+5
2012-07-31memcg: rename config variablesAndrew Morton1-1/+1
2012-07-30net: TCP early demux cleanupEric Dumazet1-2/+0
2012-07-29ipv6: fix incorrect route 'expires' value passed to userspaceLi Wei1-6/+2
2012-07-26ipv6: Early TCP socket demuxEric Dumazet2-2/+49
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet1-16/+24
2012-07-20net: Document dst->obsolete better.David S. Miller1-2/+2
2012-07-19net-tcp: Fast Open baseYuchung Cheng2-2/+2
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet2-21/+20
2012-07-18ipv6: fix inet6_csk_xmit()Eric Dumazet1-19/+21
2012-07-17Merge branch 'nexthop_exceptions'David S. Miller6-64/+63
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller6-18/+25
2012-07-17ipv6: fix unappropriate errno returned for non-multicast addressLi Wei1-0/+3
2012-07-16ipv6: fix RTPROT_RA markup of RA routes w/nexthopsDenis Ovsienko1-4/+6
2012-07-16ipv6: Add helper inet6_csk_update_pmtu().David S. Miller2-47/+39
2012-07-14ipv6: Initialize the struct rt6_info behind the dst_enty fieldSteffen Klassert1-5/+6
2012-07-12net: Remove checks for dst_ops->redirect being NULL.David S. Miller2-5/+3
2012-07-12net: Add dummy dst_ops->redirect method where needed.David S. Miller1-0/+5
2012-07-12ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().David S. Miller3-109/+2
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller9-12/+55
2012-07-12ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.David S. Miller1-0/+27
2012-07-12ipv6: Pull main logic of rt6_redirect() into rt6_do_redirect().David S. Miller1-31/+49
2012-07-11ipv6: Move bulk of redirect handling into rt6_redirect().David S. Miller2-76/+71
2012-07-11ipv6: Export ndisc option parsing from ndisc.cDavid S. Miller1-45/+2
2012-07-11tcp: TCP Small QueuesEric Dumazet1-0/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-07-10rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().David S. Miller1-2/+1
2012-07-10inet: Kill FLOWI_FLAG_PRECOW_METRICS.David S. Miller1-1/+1
2012-07-10inet: Minimize use of cached route inetpeer.David S. Miller3-5/+17
2012-07-10inet: Remove ->get_peer() method.David S. Miller1-16/+0
2012-07-10tcp: Move timestamps from inetpeer to metrics cache.David S. Miller2-40/+6
2012-07-10tcp: Abstract back handling peer aliveness test into helper function.David S. Miller1-1/+1
2012-07-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-4/+19
2012-07-06ipv6: fix a bad cast in ip6_dst_lookup_tail()Eric Dumazet1-1/+1
2012-07-05ipv6: remove redundant declarationsEric Dumazet1-3/+0
2012-07-05ipv6: Initialize the neighbour pointer of rt6_info on allocationSteffen Klassert1-1/+1
2012-07-05ipv6: remove unnecessary codes in tcp_ipv6.cRongQing.Li1-13/+3
2012-07-05ipv6: Store route neighbour in rt6_info struct.David S. Miller3-18/+33
2012-07-05net: Pass neighbours and dest address into NETEVENT_REDIRECT events.David S. Miller1-1/+6
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller1-4/+10
2012-07-05net: Do delayed neigh confirmation.David S. Miller1-1/+1
2012-07-04netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso1-0/+6
2012-06-29ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sani...Ville Nuorvala1-27/+38
2012-06-28tcp: plug dst leak in tcp_v6_conn_request()Neal Cardwell1-9/+10
2012-06-28tcp: use inet6_csk_route_req() in tcp_v6_send_synack()Neal Cardwell1-23/+6
2012-06-28tcp: pass fl6 to inet6_csk_route_req()Neal Cardwell2-16/+19
2012-06-28tcp: fix inet6_csk_route_req() for link-local addressesNeal Cardwell1-1/+1
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-06-27net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet1-3/+5
2012-06-27ip6mr: Do not use RTA_PUT() macrosThomas Graf1-2/+3
2012-06-27netfilter: nf_ct_icmpv6: add icmpv6_kmemdup_sysctl_table functionGao feng1-4/+13
2012-06-27netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng1-1/+1
2012-06-25net/ipv6/route.c: packets originating on device match loDavid McCullough1-0/+2
2012-06-25tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()Neal Cardwell1-1/+2
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+33
2012-06-25ipv6: fib: fix fib dump restartEric Dumazet1-2/+2
2012-06-19inet: Sanitize inet{,6} protocol demux.David S. Miller4-18/+10
2012-06-18ipv6: Move ipv6 proc file registration to end of init orderThomas Graf1-10/+31
2012-06-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-11/+32
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso1-11/+32
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-22/+12
2012-06-16Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller2-22/+12
2012-06-15ipv6: Fix types of ip6_update_pmtu().David S. Miller1-2/+2
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-16/+26
2012-06-15ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf2-12/+22
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller8-118/+48
2012-06-14ipv4: Handle PMTU in all ICMP error handlers.David S. Miller1-4/+11
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+4
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado1-14/+1
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller2-38/+86
2012-06-11inet: Avoid potential NULL peer dereference.David S. Miller1-4/+6
2012-06-11inet: Use FIB table peer roots in routes.David S. Miller1-6/+8
2012-06-11inet: Add inetpeer tree roots to the FIB tables.David S. Miller1-0/+5
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller2-23/+29
2012-06-09inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller1-1/+1
2012-06-09ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.David S. Miller1-1/+1
2012-06-09inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller1-1/+1
2012-06-09inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller1-1/+33
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller1-13/+0
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller1-13/+8
2012-06-08inet: Create and use rt{,6}_get_peer_create().David S. Miller5-20/+12
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng2-3/+6
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat2-0/+3
2012-06-07ipv6: fib: Restore NTF_ROUTER exception in fib6_age()Thomas Graf1-1/+1
2012-06-07netfilter: nf_conntrack: add namespace support for cttimeoutGao feng1-2/+4
2012-06-07netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso1-5/+0
2012-06-07netfilter: nf_ct_ipv6: add namespace supportGao feng1-29/+59
2012-06-07netfilter: nf_ct_icmp: add namespace supportGao feng1-2/+23
2012-06-07netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng1-3/+3
2012-06-07netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng1-9/+9
2012-06-04net: Remove casts to same typeJoe Perches1-2/+2
2012-06-04tcp: tcp_make_synack() consumes dst parameterEric Dumazet1-1/+0
2012-06-01tcp: reflect SYN queue_mapping into SYNACK packetsEric Dumazet1-3/+6
2012-05-27ipv6: fix incorrect ipsec fragmentGao feng1-18/+50
2012-05-27xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier1-11/+7
2012-05-20ipv6/exthdrs: strict Pad1 and PadN checkEldad Zack1-1/+14
2012-05-19ipv6: use skb coalescing in reassemblyEric Dumazet1-6/+20
2012-05-19net:ipv6:fixed space issues relating to operators.Jeffrin Jose1-2/+2
2012-05-19net:ipv6:fixed a trailing white space issue.Jeffrin Jose1-1/+1
2012-05-19ipv6: disable GSO on sockets hitting dst_allfragEric Dumazet1-1/+4
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet13-118/+119
2012-05-18ipv6: ip6_fragment() should check CHECKSUM_PARTIALEric Dumazet1-0/+4
2012-05-18ipv6: remove csummode in ip6_append_data()Eric Dumazet1-3/+1
2012-05-18ipv6: bool conversions phase1Eric Dumazet2-6/+6
2012-05-18ip_frag: struct inet_frags match() method returns a boolEric Dumazet1-4/+5
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack3-5/+5
2012-05-17tcp: bool conversionsEric Dumazet1-2/+2
2012-05-17net: ipv6: ndisc: Neaten ND_PRINTx macrosJoe Perches1-125/+91
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2-19/+0
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches5-16/+16
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches16-120/+116
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker2-19/+0
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches14-75/+41
2012-05-15xfrm: make xfrm_algo.c a moduleJan Beulich1-2/+2