aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/raw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-20[IPV6]: Nearly complete kzalloc cleanup for net/ipv6Ingo Oeser1-2/+1
2006-03-20[NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo1-49/+45
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin1-25/+87
2006-02-13[IPV6] Don't store dst_entry for RAW socketNicolas DICHTEL1-4/+1
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro1-1/+0
2006-01-03[IP]: Simplify and consolidate MSG_PEEK error handlingHerbert Xu1-13/+3
2005-11-20Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6.14+advapi-fix/David S. Miller1-1/+3
2005-11-20[IPV6]: Fix sending extension headers before and including routing header.YOSHIFUJI Hideaki1-1/+3
2005-11-10[NET]: Detect hardware rx checksum faults correctlyHerbert Xu1-26/+16
2005-11-09[NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai1-1/+3
2005-09-19[PATCH] raw_sendmsg DoS on 2.6Mark J Cox1-1/+1
2005-09-08[XFRM]: Always release dst_entry on error in xfrm_lookupPatrick McHardy1-3/+1
2005-09-08[IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data.YOSHIFUJI Hideaki1-3/+11
2005-09-08[IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).YOSHIFUJI Hideaki1-2/+1
2005-09-01[IPV6]: Repair Incoming Interface Handling for Raw Socket.YOSHIFUJI Hideaki1-2/+2
2005-08-29[NET]: Make NETDEBUG pure printk wrappersPatrick McHardy1-2/+1
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo1-0/+1
2005-08-29[IPV4/6]: Check if packet was actually delivered to a raw socket to decide whether to send an ICMP unreachablePatrick McHardy1-1/+4
2005-08-29[IPV6]: Check interface bindings on IPv6 raw socket receptionAndrew McDonald1-3/+8
2005-08-16[IPV6]: Fix raw socket hardware checksum failuresPatrick McHardy1-0/+2
2005-06-18[IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bhHerbert Xu1-4/+4
2005-05-03[IPV6]: Fix raw socket checksums with IPsecHerbert Xu1-3/+4
2005-04-19[IPV6]: Replace bogus instances of inet->recverrHerbert Xu1-4/+2
2005-04-19[IPV6]: IPV6_CHECKSUM socket option can corrupt kernel memoryHerbert Xu1-13/+40
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1157