aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-14/+0
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-04-09netfilter: ip6_tables: ip6t_ext_hdr is now static inlinePablo Neira Ayuso1-14/+0
2012-04-05netdma: adding alignment check for NETDMA opsDave Jiang1-1/+1
2012-04-05ipv6: fix array index in ip6_mc_add_src()RongQing.Li1-1/+1
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-7/+27
2012-04-01ipv6: Fix RTM_GETROUTE's interpretation of RTA_IIF to be consistent with ipv4Shmulik Ladkani1-7/+27
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds3-3/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells3-3/+0
2012-03-27net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Eric Dumazet1-2/+6
2012-03-22netfilter: remove forward module param confusion.Rusty Russell1-7/+2
2012-03-20ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng1-5/+6
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+1
2012-03-16ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.RongQing.Li1-1/+0
2012-03-16ipv6: fix icmp6_dst_alloc()Eric Dumazet1-1/+1
2012-03-11ipv6: Fix Smatch warning.Li Wei1-1/+1
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2012-03-07netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso1-0/+47
2012-03-07netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso1-3/+10
2012-03-07netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger3-537/+0
2012-03-06IPv6: Fix not join all-router mcast group when forwarding set.Li Wei1-0/+4
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-12/+9
2012-02-23ipsec: be careful of non existing mac headersEric Dumazet2-9/+3
2012-02-22ipv6: ip6_route_output() never returns NULL.RongQing.Li2-3/+6
2012-02-21datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov1-2/+2
2012-02-13net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc3-0/+9
2012-02-13ipv6: helper function to get tclassJiri Benc1-1/+1
2012-02-08ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover4-1/+42
2012-02-01ipv6: Remove never used function inet6_ac_check().David S. Miller1-29/+0
2012-02-01tcp: md5: RST: getting md5 key from listenerShawn Lu1-2/+41
2012-02-01xfrm6: remove unneeded NULL check in __xfrm6_output()Dan Carpenter1-1/+1
2012-02-01tcp: md5: protects md5sig_info with RCUEric Dumazet1-2/+0
2012-01-31tcp: md5: rcu conversionEric Dumazet1-161/+12
2012-01-31tcp: md5: remove obsolete md5_add() methodEric Dumazet1-9/+0
2012-01-30ipv6: fix RFC5722 commentEric Dumazet1-4/+3
2012-01-27ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().David S. Miller1-5/+3
2012-01-27ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller2-3/+11
2012-01-27ipv6: fib: Convert fib6_age() to dst_neigh_lookup().David S. Miller1-5/+14
2012-01-27ipv6: ndisc: Convert to dst_neigh_lookup()David S. Miller1-6/+12
2012-01-26ipv6: Use ipv6_addr_any()David S. Miller1-2/+1
2012-01-26ipv6: sit: Convert to dst_neigh_lookup()David S. Miller1-5/+15
2012-01-26ipv4/ipv6: Prepare for new route gateway semantics.David S. Miller1-1/+15
2012-01-22tcp: md5: using remote adress for md5 lookup in rst packetshawnlu1-1/+1
2012-01-18net: race condition in ipv6 forwarding and disable_ipv6 parametersFrancesco Ruggeri1-21/+40
2012-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-3/+4
2012-01-17ipv6: fix per device IP snmp countersEric Dumazet1-2/+2
2012-01-17net: fix some sparse errorsEric Dumazet1-1/+1
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-13ipv6: release idev when ip6_neigh_lookup failed in icmp6_dst_allocRongQing.Li1-0/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet4-11/+11
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-1/+1
2012-01-04ipv6/addrconf: speedup /proc/net/if_inet6 fillingMihai Maruseac1-15/+28
2012-01-04ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2)Neil Horman2-3/+5
2011-12-30IPv6: Avoid taking write lock for /proc/net/ipv6_routeJosh Hunt2-1/+21
2011-12-29ipv6: Fix neigh lookup using NULL device.David S. Miller1-7/+10
2011-12-29ipv6: Report TCP timetstamp info in cacheinfo just like ipv4 does.David S. Miller1-1/+10
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller7-47/+47
2011-12-28ipv6: Create fast inline ipv6 neigh lookup just like ipv4.David S. Miller1-19/+22
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller1-10/+3
2011-12-28ipv6: Remove optimistic DAD flag test in ipv6_add_addr()David Miller1-10/+0
2011-12-26ipv6: Kill useless route tracing bits in net/ipv6/route.cDavid S. Miller1-20/+2
2011-12-25Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller4-0/+151
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet1-1/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+9
2011-12-13ipv6: Check dest prefix length on original route not copied one in rt6_alloc_...David S. Miller1-1/+1
2011-12-13ipv6: If neigh lookup fails during icmp6 dst allocation, propagate error.David S. Miller1-2/+4
2011-12-13netfilter: add ipv6 reverse path filter matchFlorian Westphal3-0/+144
2011-12-12per-netns ipv4 sysctl_tcp_memGlauber Costa2-1/+2
2011-12-12tcp memory pressure controlsGlauber Costa1-0/+5
2011-12-12foundations of per-cgroup memory pressure controlling.Glauber Costa1-1/+1
2011-12-12ipip, sit: copy parms.name after register_netdeviceTed Feng1-1/+6
2011-12-12ipv6: Fix for adding multicast route for loopback device automatically.Li Wei1-1/+2
2011-12-09udp: Export code sk lookup routinesPavel Emelyanov1-1/+2
2011-12-06ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().David S. Miller3-28/+11
2011-12-06ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller3-3/+3
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller6-17/+17
2011-12-04ipv6: add ip6_route_lookupFlorian Westphal1-0/+7
2011-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-7/+20
2011-12-03ipv6: Kill ndisc_get_neigh() inline helper.David S. Miller1-3/+4
2011-12-03ipv6: Various cleanups in route.cDavid S. Miller1-47/+48
2011-12-03ipv6: Various cleanups in ip6_route.cDavid S. Miller1-59/+56
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross5-7/+20
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+9
2011-12-01Revert "udp: remove redundant variable"David S. Miller1-7/+8
2011-11-30ipv6 : mcast : Delete useless parameter in ip6_mc_add1_src()Jun Zhao1-2/+2
2011-11-30neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables.David Miller1-1/+0
2011-11-29net: dont call jump_label_dec from irq contextEric Dumazet1-1/+4
2011-11-28ipv6: Set mcast_hops to IPV6_DEFAULT_MCASTHOPS when -1 was given.Li Wei1-1/+1
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-16/+23
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert1-2/+9
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert1-5/+5
2011-11-26route: Use the device mtu as the default for blackhole routesSteffen Klassert1-1/+1
2011-11-23ipv6: tcp: fix tcp_v6_conn_request()Eric Dumazet1-6/+7
2011-11-23netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller1-1/+0
2011-11-23ipv6: tcp: fix panic in SYN processingEric Dumazet1-1/+1
2011-11-23ipv6: fix a bug in ndisc_send_redirectLi Wei1-1/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan30-174/+169
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+9
2011-11-18ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu4-12/+27
2011-11-17ipv6: Use pr_warn() in ip6_fib.cDavid S. Miller1-10/+10
2011-11-17IPV6 Fix a crash when trying to replace non existing routeMatti Vaittinen1-7/+14
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław2-2/+4
2011-11-15IPv6: Removing unnecessary NULL checks.Matti Vaittinen1-4/+3
2011-11-14IPv6 routing, NLM_F_* flag support: REPLACE and EXCL flags support, warn abou...Matti Vaittinen1-15/+94
2011-11-14IPv6 routing, NLM_F_* flag support: warn if new route is created without NLM_...Matti Vaittinen1-2/+11
2011-11-14neigh: new unresolved queue limitsEric Dumazet1-1/+1
2011-11-14ip6_tunnel: copy parms.name after register_netdeviceJosh Boyer1-1/+7
2011-11-14ipv6: reduce percpu needs for icmpv6msg mibsEric Dumazet2-14/+9
2011-11-12ah: Don't return NET_XMIT_DROP on input.Nick Bowler1-2/+0
2011-11-09ipv4: PKTINFO doesnt need dst referenceEric Dumazet2-2/+5
2011-11-09ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler1-2/+2
2011-11-09ah: Correctly pass error codes in ahash output callback.Nick Bowler1-2/+0
2011-11-08net: make ipv6 PKTINFO honour freebindMaciej Żenczykowski1-1/+1
2011-11-08net: make ipv6 bind honour freebindMaciej Żenczykowski1-1/+1
2011-11-08net: better pcpu data alignmentEric Dumazet2-2/+2
2011-11-08ipv6: drop packets when source address is multicastBrian Haley1-0/+8
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-0/+15
2011-11-01net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven3-9/+28
2011-11-01netfilter: ipv6: fix afinfo->route refcnt leak on errorFlorian Westphal1-3/+10
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-4/+3
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker15-0/+15
2011-10-30ipv6: fix route lookup in addrconf_prefix_rcv()Andreas Hofmeister1-3/+40
2011-10-28ipv6: fix route error binding peer in func icmp6_dst_allocGao feng1-2/+1
2011-10-28ipv6: fix error propagation in ip6_ufo_append_data()Zheng Yan1-1/+1
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet3-14/+12
2011-10-24ipv6: Do not use routes from locally generated RAsAndreas Hofmeister1-0/+8
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-10-24tcp: md5: add more const attributesEric Dumazet1-6/+7
2011-10-21tcp: add const qualifiers where possibleEric Dumazet2-16/+17
2011-10-20net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski1-1/+1
2011-10-19cleanup: remove unnecessary include.Kevin Wilson1-4/+0
2011-10-19net: add skb frag size accessorsEric Dumazet3-6/+7
2011-10-18xfrm6: Don't call icmpv6_send on local errorSteffen Klassert1-2/+54
2011-10-18ipv6: Fix IPsec slowpath fragmentation problemSteffen Klassert2-8/+13
2011-10-18ipv6: Remove superfluous NULL pointer check in ipv6_local_rxpmtuSteffen Klassert1-4/+0
2011-10-17ipv6: remove a rcu_read_lock in ndisc_constructorRoy.Li1-3/+0
2011-10-13net: more accurate skb truesizeEric Dumazet1-2/+1
2011-10-10gro: refetch inet6_protos[] after pulling ext headersYan, Zheng1-0/+1
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller3-6/+17
2011-10-04tcp: properly handle md5sig_pool referencesYan, Zheng1-3/+5
2011-09-29ipv6: nullify ipv6_ac_list and ipv6_fl_list when creating new socketYan, Zheng1-0/+3
2011-09-27ipv6-multicast: Fix memory leak in IPv6 multicast.Ben Greear1-1/+3
2011-09-27ipv6: check return value for dst_allocMadalin Bucur1-1/+3
2011-09-27ipv6-multicast: Fix memory leak in input path.Ben Greear1-1/+3
2011-09-27tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet1-1/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller10-60/+45
2011-09-20ipv6: fix a possible double freeRoy Li1-2/+2
2011-09-20ip6_tunnel: add optional fwmark inheritEric Dumazet1-7/+16
2011-09-17ipv6: don't use inetpeer to store metrics for routes.Yan, Zheng1-11/+22
2011-09-16ipv6: Send ICMPv6 RSes only when RAs are acceptedTore Anderson1-4/+4
2011-09-16Merge branch 'master' of ../netdev/David S. Miller6-18/+17
2011-09-15tcp: Change possible SYN flooding messagesEric Dumazet1-28/+3
2011-08-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-7/+5
2011-08-30net: relax PKTINFO non local ipv6 udp xmit checkMaciej Żenczykowski5-11/+12
2011-08-30netfilter: nf_queue: reject NF_STOLEN verdicts from userspaceFlorian Westphal1-7/+4
2011-08-24net: ipv6: convert to SKB frag APIsIan Campbell1-3/+4
2011-08-24mcast: Fix source address selection for multicast listener reportYan, Zheng1-1/+1
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+9
2011-08-19ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSDaniel Baluta1-4/+5
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2-4/+4
2011-08-16sit tunnels: propagate IPv6 transport class to IPv4 Type of ServiceLionel Elie Mamane1-0/+3
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet2-3/+3
2011-08-10tcp: initialize variable ecn_ok in syncookies pathMike Waychison1-1/+1
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-16/+49
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2-0/+2
2011-08-05ipv6: check for IPv4 mapped addresses when connecting IPv6 socketsMax Matveev1-2/+9
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet4-14/+38
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger4-15/+15
2011-08-01ipv6: updates to privacy addresses per RFC 4941.Lorenzo Colitti1-21/+48
2011-08-01ip6tnl: avoid touching dst refcount in ip6_tnl_xmit2()Eric Dumazet1-13/+14
2011-08-01ipv6: avoid a dst_entry refcount change in ipv6_destopt_rcv()Eric Dumazet1-5/+2
2011-08-01ipv6: use RCU in inet6_csk_xmit()Eric Dumazet1-3/+6
2011-08-01ipv6: some RCU conversionsEric Dumazet2-35/+21
2011-07-29netfilter: ip_queue: Fix small leak in ipq_build_packet_message()Jesper Juhl1-0/+1
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25ipv6: Do not leave router anycast address for /127 prefixes.YOSHIFUJI Hideaki1-0/+2
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet2-6/+32
2011-07-21ipv6: unshare inetpeersEric Dumazet1-13/+20
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-0/+7
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller6-31/+36
2011-07-17ipv6: Get rid of rt6i_nexthop macro.David S. Miller4-19/+19
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller1-3/+3
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-4/+1
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller1-3/+0
2011-07-16net: Create and use new helper, neigh_output().David S. Miller1-7/+3
2011-07-16ipv6: Use calculated 'neigh' instead of re-evaluating dst->neighbourDavid S. Miller1-1/+1
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller1-5/+9
2011-07-07Disable router anycast address for /127 prefixesBjørn Mork1-0/+2
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-18/+14
2011-07-04net: bind() fix error return on wrong address familyMarcus Meissner1-1/+1
2011-07-01ipv6: Don't put artificial limit on routing table size.David S. Miller1-6/+7
2011-07-01ipv6: Don't change dst->flags using assignments.David S. Miller1-10/+2
2011-07-01ipv6: Reduce switch/case indentJoe Perches1-76/+69
2011-06-21udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang1-0/+3
2011-06-21ipv6/udp: Use the correct variable to determine non-blocking conditionXufeng Zhang1-1/+1
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-4/+11
2011-06-17net: rfs: enable RFS before first data packet is receivedEric Dumazet1-0/+1