summaryrefslogtreecommitdiffstats
path: root/net/ipv6/raw.c
Commit message (Expand)AuthorAgeFilesLines
...
* [RAW]: Consolidate proto->hash callbackPavel Emelyanov2008-01-281-7/+1
* [RAW]: Introduce raw_hashinfo structurePavel Emelyanov2008-01-281-24/+25
* [IPv6] RAW: Compact the API for the kernelPavel Emelyanov2008-01-281-8/+44
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-1/+1
* [IPV6]: Add raw6 drops counter.Wang Chen2008-01-281-7/+8
* [IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructureEric Dumazet2007-11-071-0/+3
* [NET]: Make core networking code use seq_open_privatePavel Emelyanov2007-10-101-15/+2
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+1
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* [IPV6]: Fix unbalanced socket reference with MSG_CONFIRM.YOSHIFUJI Hideaki2007-09-141-2/+1
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-101-1/+1
* [IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA2007-07-101-3/+31
* [IPV6] MIP6: Kill unnecessary ifdefs.Masahide NAKAMURA2007-07-101-4/+0
* [XFRM]: Allow packet drops during larval state resolution.David S. Miller2007-05-241-2/+6
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-6/+8
* [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu2007-04-251-2/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-8/+9
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-2/+3
* [SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pullArnaldo Carvalho de Melo2007-04-251-1/+3
* [IPv6]: Fix incorrect length check in rawv6_sendmsg()YOSHIFUJI Hideaki2007-04-021-2/+2
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-1/+1
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-39/+39
* [IPV6] RAW: Add checksum default defines for MH.Masahide NAKAMURA2007-02-081-2/+11
* [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.David S. Miller2007-02-081-1/+1
* [IPV6] RAW: Don't release unlocked sock.Masahide NAKAMURA2006-12-061-1/+2
* [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.Al Viro2006-12-021-2/+2
* [NET]: Annotate callers of the reset of checksum.h stuff.Al Viro2006-12-021-1/+1
* [NET]: annotate csum_ipv6_magic() callers in net/*Al Viro2006-12-021-6/+5
* [IPV6]: Misc endianness annotations.Al Viro2006-12-021-1/+1
* [IPv6]: Only modify checksum for UDPBrian Haley2006-12-021-1/+1
* [IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki2006-12-021-2/+2
* [IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro2006-12-021-1/+1
* [NET]: fix uaccess handlingHeiko Carstens2006-10-301-6/+11
* [IPV6] MIP6: Add sending mobility header functions through raw socket.Masahide NAKAMURA2006-09-221-0/+17
* [IPV6] MIP6: Add receiving mobility header functions through raw socket.Masahide NAKAMURA2006-09-221-1/+28
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
* [MLSXFRM]: Add flow labelingVenkat Yekkirala2006-09-221-0/+1
* [IPV6]: Fix tclass setting for raw sockets.YOSHIFUJI Hideaki2006-09-171-1/+1
* [IPV4/IPV6]: Setting 0 for unused port field in RAW IP recvmsg().Tetsuo Handa2006-07-251-0/+1
* [IPV6]: Nearly complete kzalloc cleanup for net/ipv6Ingo Oeser2006-03-201-2/+1
* [NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo2006-03-201-49/+45
* [NET]: {get|set}sockopt compatibility layerDmitry Mishin2006-03-201-25/+87
* [IPV6] Don't store dst_entry for RAW socketNicolas DICHTEL2006-02-131-4/+1
* [PATCH] remove bogus asm/bug.h includes.Al Viro2006-02-071-1/+0
OpenPOWER on IntegriCloud