aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] rcu: abstracted RCU dereferencingDipankar Sarma2-4/+2
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds3-6/+6
2004-08-04Cset exclude: davem@nuts.davemloft.net|ChangeSet|20040804202342|60209David S. Miller1-2/+2
2004-08-03[IPV4/6]: NULL out sk_sndmsg_{page,off} in flush_pending_frames not append_data.David S. Miller1-2/+2
2004-08-02[IPSEC]: Move xfrm[46]_tunnel_check_size into xfrm[46]_output.cHerbert Xu2-20/+19
2004-08-02[IPSEC]: Remove unnecessary inet_ecn.h inclusionsHerbert Xu3-3/+0
2004-07-31[IPSEC]: Fix SPI generation by netlink_get_spi()Herbert Xu1-5/+2
2004-07-31Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller1-19/+18
2004-07-30[PATCH] inline fixes in net/*Alexander Viro1-19/+18
2004-07-29[IPSEC]: Move generic encap code into xfrm6_output.Herbert Xu7-255/+193
2004-07-29[AH6]: Rearrange routing headersHerbert Xu1-1/+41
2004-07-29[NET]: Allow MD5 to be a moduleHerbert Xu1-2/+0
2004-07-29[PATCH 8/8] gcc-3.5 fixesAndrew Morton1-1/+1
2004-07-29[PATCH 3/8] gcc-3.5 fixesAndrew Morton1-1/+1
2004-07-28Merge bk://bk.skbuff.net:20608/linux-2.6-misc/David S. Miller2-2/+6
2004-07-29[IPV6] add missing known icmpv6 types.Hideaki Yoshifuji1-0/+6
2004-07-29[IPV6] remove unused macro.Hideaki Yoshifuji1-2/+0
2004-07-27[AH6]: Get things working again.Herbert Xu4-16/+8
2004-07-27[IPV6]: Fix gcc-341 inlining for real.Con Kolivas1-1/+1
2004-07-25[IPV6]: Fix route.c gcc-3.4.x inlining error.Con Kolivas1-1/+1
2004-07-24[AH6]: Replace skb by iph in clear_mutable_options.Herbert Xu1-32/+25
2004-07-22[AH6]: Disallow mutable bits after AH header.Herbert Xu1-54/+19
2004-07-21[IPSEC]: Fix IPCOMP6 ICMP type check.Herbert Xu1-1/+1
2004-07-21[IPV4]: Make raw sockets behave like udp wrt. MSG_TRUNC.David S. Miller1-0/+3
2004-07-21Merge bk://bk.skbuff.net:20608/linux-2.6-dgramconnect/David S. Miller14-206/+201
2004-07-20[UDP]: Return true length if user specifies MSG_TRUNC.Samuel Thibault1-0/+3
2004-07-20[IPV6]: Missing sparse annotation in addrconf.Stephen Hemminger1-1/+1
2004-07-20[IPV4] Look up route with appropriate protocol when we connect().Hideaki Yoshifuji3-155/+159
2004-07-20Merge bk://bk.skbuff.net:20608/linux-2.6-snmp-20040708David S. Miller13-205/+197
2004-07-13[PATCH] sparse: (ipv6/netfilter) initializer fixAlexander Viro1-1/+1
2004-07-12[PATCH] sparse: net/* NULL noise removalAlexander Viro5-43/+43
2004-07-09[IPCOMP6]: Exclude IPCOMP header from props.header_lenHerbert Xu1-13/+5
2004-07-09[NET] use seq_puts() where appropriate.Hideaki Yoshifuji2-8/+8
2004-07-09[NET] convert storage for MIB from struct member to array item.Hideaki Yoshifuji12-197/+189
2004-07-05[NETFILTER]: ip6t_LOG and packets with hop-by-hop options.Marcel Sebek1-5/+4
2004-07-05[NETFILTER]: Fix initializer of ip6table.c:initial_tableDavid S. Miller1-37/+66
2004-07-05[IPV6]: Fix flags for ndisc dst.Hideaki Yoshifuji1-3/+8
2004-06-24[IPSEC]: Check encap_type at config time.Herbert Xu1-1/+8
2004-06-24[NET] share tcp_v4_destroy_sock with tcpv6Arnaldo Carvalho de Melo1-18/+2
2004-06-24[NET] move already shared functions from inet to coreArnaldo Carvalho de Melo3-9/+9
2004-06-23Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller1-22/+30
2004-06-23[NET] make the struct proto entries related to memory pressure be pointersArnaldo Carvalho de Melo1-22/+29
2004-06-23[NET] Generalise tcp_{writequeue_purge,rmem_schedule,alloc_{pskb,page}}Arnaldo Carvalho de Melo1-1/+2
2004-06-22Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller3-18/+13
2004-06-22[NET] Generalise tcp memory pressure handlingArnaldo Carvalho de Melo1-4/+4
2004-06-22[NET] remove fill_page_desc, its just a copy of skb_fill_page_descArnaldo Carvalho de Melo1-1/+0
2004-06-22[NET] rename struct inet_protocol to net_protocolArnaldo Carvalho de Melo1-1/+1
2004-06-22[NET] Move sndmsg_page and sndmsg_off to struct sockArnaldo Carvalho de Melo2-12/+8
2004-06-22Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds4-23/+21
2004-06-21[IPSEC]: In ESP, do not put scatterlist array on stack.David S. Miller1-10/+6
2004-06-21[NETFILTER]: Add new function 'nf_reset' to reset netfilter related skb-fieldsPatrick McHardy2-21/+3
2004-06-21[NETFILTER]: skip internal targets in iptables proc listingPatrick McHardy1-1/+10
2004-06-21[NETFILTER]: complain about brokeness on SMP for pid, sid and command matchin...Patrick McHardy1-1/+8
2004-06-20Merge bk://kernel.bkbits.net/acme/net-2.6-1.1768David S. Miller6-4/+7
2004-06-19[NET] generalise tcp_add_data, skb_split and tcp_copy_to_pageArnaldo Carvalho de Melo6-4/+7
2004-06-18[IPV6]: Export necessary xfrm6_tunnel functions.David S. Miller1-0/+11
2004-06-18Merge http://bk.skbuff.net:20608/linux-2.6-xfrm6tunnelDavid S. Miller7-23/+738
2004-06-19[XFRM] fix dependency issues for CONFIG_IPV6=m.Hideaki Yoshifuji3-7/+18
2004-06-19[IPV6] XFRM: support (uncompressed) tunnel mode ipcomp6 using xfrm6_tunnel in...Hideaki Yoshifuji5-10/+705
2004-06-19[IPV6] XFRM: add missing xfrm6_policy_check().Hideaki Yoshifuji1-0/+5
2004-06-19[IPV6] make several functions static in ip6_tunnel that should be.Hideaki Yoshifuji1-6/+10
2004-06-18[IPV6]: Handle user asking for any device in mcast calls.David Stevens1-1/+1
2004-06-16[IPV6]: Fix OOPS in fragmentation.James Morris1-6/+4
2004-06-15[IPV6]: UDPv6 checksum.Hideaki Yoshifuji1-1/+1
2004-06-15Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller1-1/+1
2004-06-14[IPV6] IPSEC: fix double kfree_skb() in error path. (reported by Ken-ichirou ...Hideaki Yoshifuji1-17/+9
2004-06-12[NET] first bits of net/core/stream.cArnaldo Carvalho de Melo1-1/+1
2004-06-11[NET]: Add dst->ifdown callback.Hideaki Yoshifuji1-3/+13
2004-06-11Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller1-2/+2
2004-06-11[NET] generalize some simple tcp sk_ack_backlog handling routinesArnaldo Carvalho de Melo1-2/+2
2004-06-10[IPV6]: Fix ICMP6 type checking tests in ah6.c and esp6.cShirley Ma2-2/+2
2004-06-10[IPV6]: Initialize pmtu/advmss in ndisc dst entries.Shirley Ma3-4/+8
2004-06-08[IPV6]: Add IP6CB.Hideaki Yoshifuji7-29/+20
2004-06-06[NETFILTER]: Small cleanup for {ipt,ip6t,arpt}_find_targetJamal Hadi Salim1-10/+9
2004-06-03Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller5-113/+126
2004-06-03[PATCH] sparse: more netfilter annotationAlexander Viro1-1/+1
2004-06-03[NETFILTER]: Fix checksum bug for multicast/broadcast packets on postrouting ...James Morris5-113/+126
2004-06-01Merge bk://bk.skbuff.net:20607/linux-2.6-ipstatsDavid S. Miller12-125/+118
2004-06-02[IPV6] rename snmp6_ipv6_list to snmp6_ipstats_list.Hideaki Yoshifuji1-2/+2
2004-06-02[IPV{4,6}] introduce ip-independent ipstats_mib based on ipv6_mib.Hideaki Yoshifuji12-106/+106
2004-06-02[NET] Introduce and use several common stuff for snmp item list.Hideaki Yoshifuji1-17/+10
2004-06-02[IPV6] use appropriate __alignof__() for mibs.Hideaki Yoshifuji1-2/+2
2004-05-31[IPV6]: ndisc_dst_alloc can never get a NULL dev.David S. Miller1-3/+2
2004-05-31[IPV6]: Store idev in routes.Hideaki Yoshifuji1-8/+23
2004-05-30[PATCH] sparse: net/* non-ANSI argument listsAlexander Viro1-2/+2
2004-05-30[PATCH] sparse: more net/* annotationAlexander Viro1-4/+4
2004-05-30[PATCH] sparse: trivial part of net/* annotationAlexander Viro3-12/+13
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro1-1/+1
2004-05-29Add __user annotations to sock_get_timestamp()Linus Torvalds1-1/+1
2004-05-29[PATCH] sparse: nf_sockopt() annotationAlexander Viro1-5/+5
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro5-20/+20
2004-05-28[IPSEC]: Fix ref counting in __xfrmN_bundle_create().Herbert Xu1-1/+2
2004-05-28[IPV4,6]: Fix off-by-one in max protocol-type checkPatrick McHardy1-1/+1
2004-05-28[IPV6]: Fix memory leak in ah6.cPatrick McHardy1-1/+3
2004-05-26Cset exclude: mashirle@us.ibm.com|ChangeSet|20040526204412|10895David S. Miller13-407/+44
2004-05-25[IPV6]: Add new IPv6 MIBs counters support through netlink.Shirley Ma13-44/+407
2004-05-25[IPV6]: Fix pmtu check conditions in two spots.Shirley Ma2-4/+6
2004-05-23[IPSEC]: Use add_timer in find_acq.Herbert Xu1-1/+2
2004-05-23[IPSEC]: Fix OOPS when deleting an ip address.Herbert Xu1-3/+3
2004-05-19Merge bk://bk.skbuff.net:20606 into nuts.davemloft.net:/disk1/BK/net-2.6David S. Miller1-19/+22
2004-05-21[IPV6] ensure to evaluate the checksum for sockets with the IPV6_CHECKSUM opt...Hideaki Yoshifuji1-1/+2
2004-05-21[IPV6] put appropriate checksum for rawv6 sockets even if it was not initiali...Hideaki Yoshifuji1-0/+4
2004-05-21[IPV6] unify csum_ipv6_magic() code path for rawv6 sockets.Hideaki Yoshifuji1-10/+9
2004-05-21[IPV6] unify XXX_push_pending_frames() code path for rawv6 sockets.Hideaki Yoshifuji1-7/+6
2004-05-21[IPV6] handle return value from ip6_push_pending_frames().Hideaki Yoshifuji1-1/+1
2004-05-19[IPV6]: Fix sock identity checking bug in tcp_ipv6_check_established.Mark Huth1-1/+1
2004-05-10[PATCH] jiffies-to-clockt fixAndrew Morton1-2/+2
2004-05-08[NET]: Add sock_create_kern()James Morris3-4/+4
2004-04-29[NET]: More network layer static funcs and data.Stephen Hemminger2-2/+2
2004-04-18[IPV6]: Prevent IPV6=m and IP6_NF_QUEUE=yHerbert Xu1-1/+1
2004-04-16[IPV6]: Fix esp6.c typo in LIMIT_NETDEBUG changes.David S. Miller1-2/+1
2004-04-16[IPV6]: Fix OOPS in udp6 with extension headers using ancillary data.Noriaki Takamiya1-0/+1
2004-04-16[IPV6]: Fix IPSEC AH typo.Masahide Nakamura1-1/+1
2004-04-15[IPV6]: Limit network triggerable printks.Andi Kleen9-38/+39
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen2-8/+2
2004-04-15MergeDavid S. Miller4-23/+231
2004-04-15Merge.David S. Miller9-33/+230
2004-04-11[PATCH] move job control fields from task_struct to signal_structAndrew Morton1-1/+1
2004-04-09[IPV6]: Mark MLDv2 report as known.Hideaki Yoshifuji1-0/+1
2004-04-09[IPV6]: Add missing MIB counter increments.Shirley Ma6-8/+54
2004-04-09[IPV6]: In ndisc_netdev_event, handle NETDEV_DOWN.David S. Miller1-0/+4
2004-04-05[IPV6]: Provide ipv6 multicast/anycast addresses through netlink.Shirley Ma1-22/+157
2004-04-02[IPV6]: Add MIBs counters in MLD.Shirley Ma1-3/+14
2004-03-31[TCP]: IPV6, do not use sock_put() on timewait sockets.Nivedita Singhvi1-4/+6
2004-03-29[NETFILTER]: Add 'raw' table, from Jozsef Kadlecsik.Harald Welte3-0/+167
2004-03-29[NETFILTER]: Add nf_log handler, from Jozsef Kadlecsik.Harald Welte1-23/+64
2004-03-27[IPV6]: Link some packet walker helpers always statically.James Morris4-104/+110
2004-03-23[IPV6]: Error is option length increases amidst corking.Krishna Kumar1-0/+3
2004-03-21[XFRM] remove unused argument for (*find_bundle)().Hideaki Yoshifuji1-1/+1
2004-03-10[IPV6]: Kill unused warnings in addrconf.cDavid S. Miller1-76/+0
2004-03-08[IPV6]: Do not report {multi,any}cast in inet6_dump_ifaddr().Olaf Kirch1-20/+0
2004-03-08[IPV4/IPV6]: Add missing kmalloc failure checks.Krishna Kumar2-1/+6
2004-03-07[IPV4/IPV6]: Add sysctl limits for mcast src filters.David Stevens3-2/+25
2004-02-24[IGMP/MLD]: Check for numsrc overflow, plus temp buffer tweaks.David Stevens1-1/+7
2004-02-24[IPV6]: UDPv6 needs recvmsg csum error path fix too, thanks Olaf.David S. Miller1-6/+8
2004-02-22[IPV6]: Handle kmem_cache_create() failure in route.cWalter Harms1-0/+3
2004-02-22[IPV6]: Handle kmem_cache_create() failure in ip6_fib.cWalter Harms1-0/+2
2004-02-22[NET]: Set default socket rmem/wmem values more sanely and consistently.David S. Miller1-1/+7
2004-02-22[IPV6]: Fix typo in Al's module_init changes.David S. Miller1-1/+0
2004-02-22[IPV6]: Kill unloadable noise in af_inet6.cDavid S. Miller1-17/+0
2004-02-22[IPV4/IPV6]: Convert tunnel drivers to unconditional module_init.Alexander Viro2-15/+2
2004-02-20[IPV6]: Kill MODULE ifdeffing, common init for sysctls.Alexander Viro7-42/+9
2004-02-19[IPV6]: Make ipv6_skip_exthdrs take const skb arg.David S. Miller1-1/+1
2004-02-19[NETFILTER]: Include net/ipv6.h in ip6_tables.cDavid S. Miller1-0/+1
2004-02-19[IPV6]: Use udpv6_queue_rcv_skb for multicast delivery.Hideaki Yoshifuji1-2/+2
2004-02-19[IGMP/MLD]: Validate filter size against optlen.David Stevens1-0/+5
2004-02-19[NETFILTER]: Fix ipv6 TCP/UDP matching wrt. extension headersYasuyuki Kozakai2-2/+42
2004-02-19[IPV6]: In ipv6_skip_exthdr(), access frag header correctly.Yasuyuki Kozakai1-2/+10
2004-02-18[PATCH] #if versus #ifdef cleanupAndrew Morton1-1/+1
2004-02-17Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds12-189/+205
2004-02-17Merge redhat.com:/spare/repo/netdev-2.6/netdev-alloc-6Jeff Garzik8-77/+20
2004-02-17Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller12-189/+205
2004-02-16[IPV6]: Add sysctl to force MLD version.David Stevens2-3/+15
2004-02-16[NETFILTER]: Fix signedness overflow in ip{,6}_tables.cHideaki Yoshifuji1-1/+2
2004-02-13Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller1-2/+0
2004-02-13[IPSEC]: Move hardware headers for decaped packets.Herbert Xu1-8/+17
2004-02-13Cset exclude: davem@nuts.davemloft.net|ChangeSet|20040212080313|45938David S. Miller1-2/+0
2004-02-11Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller11-178/+173
2004-02-11[IPV6]: Kill 64-bit warnings in ndisc.cDavid S. Miller1-1/+1
2004-02-11[IPV6]: Except MLD packets from source filtering.David Stevens2-15/+47
2004-02-11[NET]: Do not forget to initialize tx_queue_len in tunneling drivers.David S. Miller1-0/+2
2004-02-11[IPV6]: Kill remaining in6_u.u6_addrX uses.Hideaki Yoshifuji2-2/+2
2004-02-10[IPV6]: Spelling corrections, and remove some XXX'sHideaki Yoshifuji7-10/+10
2004-02-10[IPV6]: Clean up ndisc printks.Hideaki Yoshifuji1-77/+104
2004-02-10[IPV6]: Unify ipv6 output routine.Kazunori Miyazawa3-73/+9
2004-02-08[IPV6]: Use LL_RESERVED_SPACE() where applicable.Hideaki Yoshifuji3-16/+17
2004-02-07[IPV6]: Unify URL referencing in Kconfig documentation.Petri T. Koistinen1-1/+1
2004-02-07[IPV6]: Kill broken and unused IPV6_AUTHHDR support.Hideaki Yoshifuji3-59/+0
2004-02-06MergeJeff Garzik2-4/+4
2004-02-05[IPV6]: Use cheaper ipv6_addr_any() where appropriate.Hideaki Yoshifuji1-10/+7
2004-02-05[IPV6]: Unify 3 similar code paths in ndisc_recv_ns().Hideaki Yoshifuji1-111/+60
2004-02-05[IPV6]: Clean-up NS (including DAD) vs tentative address.Hideaki Yoshifuji1-16/+17
2004-02-02[IPV6]: Fix dst leak in error path of ndisc_send_redirect().Hideaki Yoshifuji1-0/+1
2004-02-01[IPV6]: Fix reserved subnet anycast checking in __ipv6_regen_rndid().Hideaki Yoshifuji1-1/+1
2004-01-29Merge davem@cheetah.davemloft.net:src/BK/net-2.6David S. Miller28-42/+183
2004-01-28[IPV6]: Use the cheaper ipv6_addr_is_multicast() for ipv6_addr_type() where p...Hideaki Yoshifuji6-30/+21
2004-01-28[IPV6]: Use the cheaper ipv6_addr_any() for ipv6_addr_type() where possible.Hideaki Yoshifuji2-2/+2
2004-01-28[NETFILTER]: Fix up copyright notices.Harald Welte21-10/+160
2004-01-25Merge nuts.ninka.net:/disk1/davem/BK/network-2.6David S. Miller1-1/+1
2004-01-25[IPV6]: Fix TCP socket leak, do not grab socket reference when adding to main...David S. Miller1-1/+1
2004-01-24[IPV6]: Do not use lvalue in assignment.Andrew Morton1-4/+8
2004-01-23[IPV6]: Fix several comment spelling errors and typos.Hideaki Yoshifuji5-7/+7
2004-01-23[IPSEC]: Guard against potentially fatal stack usage for auth_data.James Morris1-1/+3
2004-01-23[MULTICAST]: multicast loop with include filters fixDavid Stevens1-14/+18
2004-01-21[IPV6]: addrconf_sysctl_forward_strategy() needs to invoke rt6_purge_dflt_rou...Ville Nuorvala1-0/+3
2004-01-21[IPV6]: Add and use new 'strict' parameter to ip6_chk_addr().Ville Nuorvala8-17/+17
2004-01-21[IPV6]: Explicity set *dst to NULL at top of ip6_dst_lookup().Krishna Kumar1-0/+1
2004-01-21[IPV6]: More missing sysctl table sentinels in addrconf.cStephen Hemminger1-0/+12
2004-01-20[IPV6]: Fix link-local address check in datagram.cVille Nuorvala1-1/+1
2004-01-19Merge redhat.com:/spare/repo/netdev-2.6/netdev-alloc-6Jeff Garzik2-4/+4
2004-01-19[IPV6]: Stricter checks on link-locals in bind and sendmsgVille Nuorvala3-57/+102
2004-01-19[IPV6]: Set flow protocol correctly in SIT driver route lookups.Michal Ludvig1-2/+4
2004-01-19[IPV6]: Add missing sentinel to ipv6_route_table.Krishna Kumar1-0/+1
2004-01-19[IPV6]: Fix array size and missing sentinal in sysctl table of addrconf.cHideaki Yoshifuji1-1/+4
2004-01-15Cset exclude: mashirle@us.ibm.com|ChangeSet|20040115231022|51079David S. Miller2-57/+0
2004-01-14[IPV6]: Add MIB:ipv6RouterAdvert netlink notification.Shirley Ma2-0/+57
2004-01-14[IPV6]: Allow per-device max addresses configurable via sysctl.Hideaki Yoshifuji1-4/+19
2004-01-14[IPV6]: Add notification for MIB:ipv6Prefix events.Shirley Ma1-0/+63
2004-01-14[IPV6]: Implement MIB:ipv6InterfaceTableShirley Ma2-10/+74
2004-01-13[IPV6]: Notifier replay changesStephen Hemminger3-49/+14