aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2005-01-14[IPV6]: Fix locking in ip6_dst_lookup().Herbert Xu1-3/+3
2005-01-13[IPV6]: Misc cleanups.Adrian Bunk9-106/+28
2005-01-13Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller1-5/+5
2005-01-13Merge bk://212.42.230.204/nf-2.6David S. Miller18-26/+26
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner18-24/+24
2005-01-13[IPV6]: Fix tunnel list locking in sit.cHideaki Yoshifuji1-2/+2
2005-01-11[NETFILTER] re-introduce __initdata to {arp,ip,ip6}_tablesHarald Welte4-13/+11
2005-01-11[NETFILTER]: Fix ip6tables ESP matching with "-p all"Patrick McHardy1-1/+1
2005-01-11[NETFILTER]: Add --log-uid option to ipt_LOG/ip6t_LOGPatrick McHardy1-0/+8
2005-01-11[NETFILTER]: Remove skb_linearize in ip6tablesPatrick McHardy2-8/+0
2005-01-11[NETFILTER]: Fix stack leakage in ip6tablesPatrick McHardy1-1/+1
2005-01-10[UDP] merge udp_sock with udp_optArnaldo Carvalho de Melo1-5/+5
2005-01-05Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller2-16/+16
2005-01-03[PATCH] netfilter: Remove copy_to_user Warnings in NetfilterRusty Russell1-3/+4
2004-12-28[TCP] merge tcp_sock with tcp_optArnaldo Carvalho de Melo2-16/+16
2004-12-27[INET] move inet_sock into inet_opt and rename it to inet_sockArnaldo Carvalho de Melo6-32/+30
2004-12-27Merge nuts.davemloft.net:/disk1/BK/ib-2.6David S. Miller2-1/+12
2004-12-27[INFINIBAND]: IPoIB IPv6 supportRoland Dreier2-1/+12
2004-12-13[IPV4/IPV6]: IGMP source filter fixesChris Wright1-5/+5
2004-12-08[IPV6]: Do not use udp_poll for RAW sockets.David S. Miller1-1/+23
2004-12-07[NET]: Fix CMSG validation checks wrt. signedness.Herbert Xu1-3/+1
2004-12-07[IPV6]: Fix check if we're a router.Hideaki Yoshifuji1-1/+1
2004-11-30[UDP]: Select handling of bad checksums.Stephen Hemminger1-1/+1
2004-11-29[IPV6]: Fix races in ip6_route_{input,output}()Hideaki Yoshifuji1-4/+15
2004-11-24[IPV6] improve ipv6_ifa_notify() readability.Brian Haley1-4/+2
2004-11-24[IPV6] Clean-up locking in ipv6_add_addr().Hideaki Yoshifuji1-19/+15
2004-11-24[IPV6] Stop DAD during shutting down the interface.Hideaki Yoshifuji1-8/+20
2004-11-24[IPV6] Fix a race when dad completed during shutting down its owner interface.Hideaki Yoshifuji1-2/+13
2004-11-24[IPV6] Fix possible dead-lock in ipv6_create_tempaddr().Hideaki Yoshifuji1-19/+19
2004-11-17[IPV6]: Set sk_prot early enough in inet6_create()David S. Miller1-1/+1
2004-11-16Merge bk://kernel.bkbits.net/acme/sock-2.6David S. Miller6-15/+55
2004-11-16[IPV4/IPV6]: Remove frag_list check from output path.Herbert Xu1-1/+1
2004-11-15[IPV6]: Fix xfrm6_tunnel_check_size mtu calc.Herbert Xu1-1/+1
2004-11-14Merge bk://212.42.230.204/nf-2.6David S. Miller3-13/+30
2004-11-15Merge coreworks.de:/home/kaber/src/nf/nf-2.6-ipqPatrick McHardy1-3/+8
2004-11-15Merge coreworks.de:/home/kaber/src/nf/nf-2.6-ip6tablesPatrick McHardy2-10/+22
2004-11-14[IPV6]: Temp fix for ipv6 link-local address problem.David S. Miller1-0/+23
2004-11-15[NET] Assign inet transport sockets to the right moduleArnaldo Carvalho de Melo4-1/+4
2004-11-13[NETFILTER]: Enable rx timestamps in ip_queue/ip6_queuePatrick McHardy1-2/+4
2004-11-13[NETFILTER]: Handle nonlinear skbs in ip_queue/ip6_queuePatrick McHardy1-1/+4
2004-11-10Merge bk://bk.skbuff.net:20610/linux-2.6-inet6-misc/David S. Miller18-77/+76
2004-11-11[IPV6] Use ipv6_addr_equal() where appropriate.Hideaki Yoshifuji18-77/+76
2004-11-09Cset exclude: herbert@gondor.apana.org.au|ChangeSet|20041110052404|08839David S. Miller1-5/+1
2004-11-09[IPV6]: Close small race in ip6_del_rtHerbert Xu1-1/+1
2004-11-09[IPV6]: Fix dst leak in ipv6_add_addrHerbert Xu1-1/+5
2004-11-09[NET]: Lock initializer unifyingAndrew Morton5-7/+7
2004-11-05[IPV6]: Fix mca_sfcount[] refcounting in error path.Arnaldo Carvalho de Melo1-1/+2
2004-11-04[NETFILTER]: Make eui64 match usuable in FORWARD chainYasuyuki Kozakai1-1/+1
2004-11-04[NETFILTER]: introduce skb_header_pointer() to ipv6header matchYasuyuki Kozakai1-5/+6
2004-11-04[NETFILTER]: Fix multiple bugs in ipv6header matchYasuyuki Kozakai1-5/+16
2004-11-02[IPV6]: Do not purge default routes by RA.Hideaki Yoshifuji1-7/+0
2004-11-01[TCP]: Modularize tcpdiagHerbert Xu1-0/+2
2004-10-25[NET]: Fix spelling error for IPComp help in Kconfig.Jesper Juhl1-2/+2
2004-10-25Merge bk://bk.skbuff.net:20610/linux-2.6-inet6-20041026/David S. Miller25-660/+729
2004-10-27[IPV6] kill a warning when building without CONFIG_SYSCTL.Hideaki Yoshifuji1-1/+2
2004-10-27[IPV6] NDISC: update neighbor cache entry by RS.Hideaki Yoshifuji1-0/+62
2004-10-27[IPV6] simplify functions related to RTF_ALLONLINK.Hideaki Yoshifuji3-25/+9
2004-10-27[IPV6] Remove codes related to RTF_ALLONLINK.Hideaki Yoshifuji4-8/+5
2004-10-27[IPV6] Lookup appropriate destination when sending TCPv6 with routing header.Brian Haley1-0/+6
2004-10-25Merge bk://212.42.230.204/nf-2.6David S. Miller19-630/+710
2004-10-25[IPV6]: Remove dead exports.Christoph Hellwig1-4/+0
2004-10-25[NET]: Address family not supported for sendmsg()Suresh Krishnan2-2/+2
2004-10-25[NET]: Give skb_checksum_help() an skb_buff * againHerbert Xu3-22/+16
2004-10-25[NETFILTER]: Make *_find_target_lock routines static.Christoph Hellwig1-2/+1
2004-10-25[NETFILTER]: Introduce skb_header_pointer() to hbh matchYasuyuki Kozakai1-20/+30
2004-10-25[NETFILTER]: Introduce skb_header_pointer() to dst matchYasuyuki Kozakai1-20/+30
2004-10-25[NETFILTER]: Fix multiple bugs in hbh matchYasuyuki Kozakai1-36/+38
2004-10-25[NETFILTER]: Fix multiple bugs in dst matchYasuyuki Kozakai1-37/+39
2004-10-24Merge coreworks.de:/home/kaber/src/bk-repos/net-2.6Patrick McHardy19-543/+599
2004-10-21[NETFILTER]: Enable ip6t_frag.c to work without skb_linearize()Yasuyuki Kozakai1-29/+31
2004-10-21[NETFILTER]: Enable ip6t_multiport.c to work without skb_linearize()Yasuyuki Kozakai1-13/+18
2004-10-21[NETFILTER]: Enable ip6t_rt.c to work without skb_linearize()Yasuyuki Kozakai1-62/+59
2004-10-21Merge coreworks.de:/home/kaber/src/nf/nf-post-2.6.9Patrick McHardy19-441/+493
2004-10-20[IPV4]: Fix inet6_dev reference leak in ndisc_dst_alloc error path.Patrick McHardy1-1/+3
2004-10-20[IPV6]: Fix netdevice/inet6_dev reference leaks in ip6_route_add error pathsPatrick McHardy1-3/+8
2004-10-19[NETFILTER]: Convert ip6t_physdev match function to new argument orderPatrick McHardy1-2/+1
2004-10-19[NETFILTER]: Fix multiple bugs in ip6t_frag.cYasuyuki Kozakai1-59/+37
2004-10-19[NETFILTER]: Fix checks in ip6t_multiport.cYasuyuki Kozakai1-1/+4
2004-10-19[NETFILTER]: Fix multiple bugs in ip6rt.cYasuyuki Kozakai1-4/+4
2004-10-19[NETFILTER]: ip6t_esp.c whitespace cleanupPatrick McHardy1-38/+36
2004-10-19[NETFILTER]: Enable ip6t_esp.c to work without skb_linearize()Yasuyuki Kozakai1-10/+12
2004-10-19[NETFILTER]: Introduce tabs to ip6t_ah.cPatrick McHardy1-136/+132
2004-10-19[NETFILTER]: Enable ip6t_ah.c to work without skb_linearize()Yasuyuki Kozakai1-7/+9
2004-10-19[NETFILTER]: Enable ip6t_LOG.c to work without skb_linearize()Yasuyuki Kozakai1-99/+178
2004-10-19[NETFILTER]: prearation of removing skb_linearize()Yasuyuki Kozakai18-162/+138
2004-10-05Merge nuts.davemloft.net:/disk1/BK/acme-2.6David S. Miller2-4/+4
2004-10-05[IPV6]: Set skb->dev in ip6_pkt_discard_out.Dave Craig1-0/+2
2004-10-05[SKBUFF] introduce eth_hdr(skb)Arnaldo Carvalho de Melo2-4/+4
2004-10-03Merge bk://212.42.230.204/net-2.6David S. Miller2-1/+1
2004-10-04[IPV6]: Fix free_netdev after failed alloc_netdev in sit_initPatrick McHardy1-4/+5
2004-10-03[IPV6]: Missing ip_rt_put() in SIT error path.Hideaki Yoshifuji1-0/+1
2004-10-03Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller1-1/+0
2004-10-01[IPV6]: Fix ntohs() --> htons() typo in reassembly.cYasuyuki Kozakai1-1/+1
2004-09-28Merge nuts.davemloft.net:/disk1/BK/acme-2.6David S. Miller4-17/+2
2004-09-28Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller4-17/+2
2004-09-28Merge bk://bk.skbuff.net:20609/linux-2.6-inet6-20040928/David S. Miller2-7/+12
2004-09-29[IPV6] Fix skb allocation size for RST and ACK.Hideaki Yoshifuji1-7/+9
2004-09-29[IPV6] Fix routing header handling.Hideaki Yoshifuji1-0/+3
2004-09-27[NET]: Neighbour cache statistics like rt_stat.David S. Miller1-2/+2
2004-09-26Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller4-69/+87
2004-09-26Merge bk://bk.skbuff.net:20609/linux-2.6-refcnt/David S. Miller1-7/+7
2004-09-25[IPV6] Clean up anycast membership management.Hideaki Yoshifuji1-20/+26
2004-09-25[IPV6] leave subnet-routers anycast address during device deletion.Hideaki Yoshifuji2-10/+13
2004-09-25[IPV6] leave solicited-node multicast address during device deletion.Hideaki Yoshifuji3-7/+7
2004-09-25[IPV6] use __ipv6_dev_mc_dec() where appropriate.Hideaki Yoshifuji1-2/+4
2004-09-25[IPV6] Save number of arguments for __ipv6_dev_mc_dev().Hideaki Yoshifuji1-4/+4
2004-09-25[IPV6] Don't multiply join multicast/anycast addresses.Hideaki Yoshifuji1-23/+25
2004-09-25[IPV6] Fix device multicast list leakage when forwarding is on.Hideaki Yoshifuji1-0/+5
2004-09-23[NET]: Convert neigh hashing over to jenkins.David S. Miller1-7/+7
2004-09-23[NET]: Apply NEIGH_HASHMASK at tbl->hash() caller.David S. Miller1-1/+1
2004-09-23[NETFILTER]: kill struct nf_ct_info, saves five pointers per conntrackPatrick McHardy1-0/+1
2004-09-22[TCP] don't use sk_zappedArnaldo Carvalho de Melo1-1/+0
2004-09-19[NET] Calculate ipv6_pinfo offset from struct proto->slab_obj_sizeArnaldo Carvalho de Melo4-17/+2
2004-09-15[NETFILTER]: port physdev to ip6tablesBart De Schuymer3-0/+146
2004-09-15[IPSEC]: Implement DSCP decapsulationHerbert Xu1-0/+2
2004-09-15[IPV6]: Kill ip6_get_dsfieldHerbert Xu3-3/+6
2004-09-15[IPV6]: NDISC: ensure responding to NS without link-layer informationHideaki Yoshifuji1-1/+2
2004-09-14[IPV6]: Missing xfrm_lookup() in icmpv6_{send,echo_reply}()Hideaki Yoshifuji1-0/+5
2004-09-14[IPV6]: Do not export rt6_dflt_{pointer,lock}.Hideaki Yoshifuji2-13/+13
2004-09-13Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller4-86/+87
2004-09-13[NET] generalise per protocol slab cache handlingArnaldo Carvalho de Melo4-86/+87
2004-09-12Merge bk://bk.skbuff.net:20609/linux-2.6-ndp-20040913/David S. Miller1-0/+2
2004-09-14[IPV6] purge routes via non-router neighbour but gateway.Hideaki Yoshifuji1-0/+5
2004-09-14[IPV6] ensure to aging default routes.Hideaki Yoshifuji2-4/+11
2004-09-14[IPV6] don't use expired default routes.Hideaki Yoshifuji1-0/+4
2004-09-14[IPV6] NDISC: Fix message validation against Redirects.Hideaki Yoshifuji2-33/+28
2004-09-14[IPV6] NDISC: update entry appropriately when receiving NS.Hideaki Yoshifuji1-2/+5
2004-09-14[IPV6] NDISC: update IsRouter flag appropriately.Hideaki Yoshifuji1-17/+22
2004-09-14[NET] NEIGHBOUR: merge two flags for neigh_update() into one.Hideaki Yoshifuji1-4/+3
2004-09-14[IPV6] NDISC: keep original state if new state is STALE and lladdr is unchangedHideaki Yoshifuji1-2/+7
2004-09-14[IPV6] NDISC: suspect REACHABLE entry if new lladdr is different.Hideaki Yoshifuji1-1/+2
2004-09-14[NET] NEIGHBOUR: save number of arguments for neigh_update() by flags.Hideaki Yoshifuji1-3/+3
2004-09-12[IPV6]: Add option to copy DSCP in decap in ip6_tunnel.Herbert Xu1-0/+2
2004-09-12[IPV6]: Fix oops in rt6_device_match()Hideaki Yoshifuji1-1/+2
2004-09-10[IPV6]: Deprecate all-on-link assumptionHideaki Yoshifuji1-12/+4
2004-09-10[IPCOMP]: Use per-cpu buffers for compression/decompression.Herbert Xu1-21/+179
2004-09-08[IPV6]: Handle ECN correctly in ip6ip6 tunnels.Herbert Xu1-0/+16
2004-09-08[IPSEC]: Fix ECN encapsulation on ipv6.Herbert Xu1-2/+7
2004-09-07[IPV4/IPV6]: Update ECN handling.Herbert Xu2-4/+2
2004-09-07[IPV4/IPV6]: More fragment handling improvements.Hideaki Yoshifuji1-8/+16
2004-09-06[NET]: Fully plug netigh_create/inetdev_destroy race.Herbert Xu1-4/+2
2004-09-06[TCP]: Calculate SKB tso factor more accurately.David S. Miller1-1/+0
2004-09-06[TCP]: Make TSO play nice with congestion window.David S. Miller1-1/+2
2004-09-02[NET]: Add reference counting to neigh_parms.Herbert Xu2-4/+15
2004-09-02[IPV4/IPV6]: Use csum_sub() instead of csum_block_sub() w/zero 3rd arg.Herbert Xu1-2/+2
2004-09-02[IPV4/IPV6]: Fix suboptimal fragment sizing for last fragmentPatrick McHardy1-22/+13
2004-09-01[IPV4/IPV6]: Fixup checksums properly when fragmenting.Herbert Xu1-3/+7
2004-08-28[IPV4/IPV6]: Fix fragment creation.Hideaki Yoshifuji1-11/+73
2004-08-27Merge bk://bk.skbuff.net:20609/linux-2.6-xfrm/David S. Miller5-10/+91
2004-08-28[IPV6] XFRM: extract xfrm_lookup() from ip6_dst_lookup() to support source ro...Kazunori Miyazawa5-10/+91
2004-08-25[NETFILTER]: Fix pointer deref'ing in ip6t_LOG.cOlaf Kirch1-2/+2
2004-08-23[IPSEC]: Set TTL from route.Herbert Xu1-1/+1
2004-08-23[IPV6]: Fix device handling in ip6_route_add().Hideaki Yoshifuji1-3/+6
2004-08-23Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds21-237/+360
2004-08-22[PATCH] rcu: abstracted RCU dereferencingDipankar Sarma2-4/+2
2004-08-21[XFRM]: Mark some functions/data static.Patrick McHardy3-19/+19
2004-08-19[IPV6]: Improve readability in ip6_flowlabel.cHideaki Yoshifuji1-1/+2
2004-08-19[IPV6]: Use offsetof().Hideaki Yoshifuji1-9/+7
2004-08-19[IPSEC]: Revert pskb change for x->type->outputHerbert Xu5-43/+41
2004-08-18Merge nuts.davemloft.net:/disk1/BK/ip6route-2.6David S. Miller4-70/+130
2004-08-18[IPSEC]: Modularise xfrm_tunnel.Herbert Xu4-9/+25
2004-08-18[IPV4/IPV6]: Fix direct user pointer deref in xfrm icmp changes.David S. Miller1-4/+4
2004-08-18[NET]: Add skb_header_pointer, and use it where possible.David S. Miller2-20/+24
2004-08-18Merge nuts.davemloft.net:/disk1/BK/nf-2.6.9David S. Miller3-2/+5
2004-08-18Merge nuts.davemloft.net:/disk1/BK/xfrm-icmp-2.6David S. Miller2-0/+58
2004-08-19[IPV6] XFRM: probe icmpv6 type/code when sending packets via raw socket.Masahide Nakamura1-0/+48
2004-08-19[IPV6] XFRM: decode icmpv6 session.Masahide Nakamura1-0/+10
2004-08-18[IPSEC]: Call xfrm6_rcv in xfrm6_tunnel_rcvHerbert Xu2-51/+15
2004-08-18[IPV6]: ip6_evictor() has same problem as ip_evictor().David S. Miller1-15/+22
2004-08-18[IPV6] refer inet6 device via corresponding local route from address structure.Hideaki Yoshifuji3-73/+65
2004-08-18[IPV6] take rt6i_idev into account when looking up routes.Hideaki Yoshifuji2-4/+13
2004-08-18[IPV6] ensure rt6i_idev is non-NULL when setting up new rt6_info{}.Hideaki Yoshifuji1-8/+31
2004-08-18[IPV4,IPV6] set idev/rt6i_idev to loopback instead of NULL, to omit checking ...Hideaki Yoshifuji1-1/+10
2004-08-18[IPV6] addrconf_dst_alloc() to allocate new route for local address.Hideaki Yoshifuji1-6/+34
2004-08-18[IPV6] export rt6_ins() as ip6_ins_rt().Hideaki Yoshifuji1-7/+7
2004-08-18[IPV6] don't try to insert same local route multiple times.Hideaki Yoshifuji1-2/+1
2004-08-15[IPSEC]: Move encap check back down to esp4.cHerbert Xu4-0/+12
2004-08-15[IPV6]: Fix aalg check in esp.Herbert Xu1-1/+2
2004-08-15[IPV6]: Add missing XFRM select in Kconfig.Herbert Xu1-0/+1
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[NETFILTER]: Fix mutex declarationHarald Welte1-0/+1
2004-07-24[NETFILTER]: Use new module_param() apiHarald Welte2-2/+4