- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / net / ipv4 / raw.c
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-01-09 Herbert Xu[IPV4] raw: Strengthen check on validity of iph->ihl
2007-11-07 Eric Dumazet[IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-10 Pavel Emelyanov[NET]: Make core networking code use seq_open_private
2007-10-10 David L Stevens[IPV4]: Add ICMPMsgStats MIB (RFC 4293)
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-08-03 Mariusz Kozlowski[IPV4] raw.c: kmalloc + memset conversion to kzalloc
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Stephen Hemminger[NET]: make seq_operations const
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use skb_reset_network_header where the skb_p...
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 7
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-02-08 David S. Miller[IPV4/IPV6]: Always wait for IPSEC SA resolution in...
2006-12-03 Al Viro[IPV6]: Assorted trivial endianness annotations.
2006-10-30 Heiko Carstens[NET]: fix uaccess handling
2006-09-29 Al Viro[IPV4]: struct ipcm_cookie annotation
2006-09-29 Al Viro[IPV4]: struct ip_options annotations
2006-09-22 Dave Jones[NET]: Remove unnecessary config.h includes from net/
2006-09-22 Venkat Yekkirala[MLSXFRM]: Add flow labeling
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-07-26 Tetsuo Handa[IPV4/IPV6]: Setting 0 for unused port field in RAW...
2006-06-18 Alexey Dobriyan[IPV4]: Right prototype of __raw_v4_lookup()
2006-03-21 Arnaldo Carvalho... [NET]: Identation & other cleanups related to compat_...
2006-03-21 Dmitry Mishin[NET]: {get|set}sockopt compatibility layer
2006-01-19 Alan Cox[PATCH] EDAC: atomic scrub operations
2006-01-12 Olaf Kirch- patches.suse/netfilter-nf_conntrack{,-fixup}: Delete...
2006-01-07 Patrick McHardy[NETFILTER]: Keep conntrack reference until IPsec polic...
2005-09-20 Mark J Cox[PATCH] raw_sendmsg DoS on 2.6
2005-09-12 Hubert Mantel- patches.fixes/sendmsg-DOS: fix kernel sendmsg() DoS...
2005-09-10 Al Viro[PATCH] raw_sendmsg DoS (CAN-2005-2492)
2005-08-29 Arnaldo Carvalho... [TCP]: Move the tcp sock states to net/tcp_states.h
2005-08-29 Patrick McHardy[IPV4/6]: Check if packet was actually delivered to...
2005-08-17 Olaf Kirch- patches.suse/netfilter-02-output-hooks: nat over...
2005-06-19 Jesper Juhl[IPV4]: [4/4] signed vs unsigned cleanup in net/ipv4...
2005-06-19 Jesper Juhl[IPV4]: [3/4] signed vs unsigned cleanup in net/ipv4...
2005-06-19 Jesper Juhl[IPV4]: [2/4] signed vs unsigned cleanup in net/ipv4...
2005-06-19 Jesper Juhl[IPV4]: [1/4] signed vs unsigned cleanup in net/ipv4...
2005-06-19 Herbert Xu[IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bh
2005-05-05 Jesper Juhl[PATCH] update Ross Biro bouncing email address
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2005-02-18 Chris L MasonUpdate the nat over IPsec patches
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2005-01-14 David S. MillerMerge bk://kernel.bkbits.net/acme/connection_sock-2.6
2005-01-14 Arnaldo Carvalho... [RAW] merge raw_sock with raw_opt
2005-01-13 Thomas Gleixner[NET]: Lock initializer cleanup.
2004-12-27 Arnaldo Carvalho... [INET] move inet_sock into inet_opt and rename it to...
2004-12-27 David S. MillerMerge bk://kernel.bkbits.net/acme/connection_sock-2.6
2004-12-27 Adrian Bunk[IPV4]: Staticize and remove unneeded exports.
2004-11-18 Ian Pratt[IPV4]: Missing pskb_may_pull in icmp_filter.
2004-11-15 Arnaldo Carvalho... [NET] Assign inet transport sockets to the right module
2004-10-25 Suresh Krishnan[NET]: Address family not supported for sendmsg()
2004-09-13 Arnaldo Carvalho... [NET] generalise per protocol slab cache handling
2004-08-30 Hubert Mantelupdate to 2.6.9-rc1
2004-08-18 David S. Miller[IPV4/IPV6]: Fix direct user pointer deref in xfrm...
2004-08-19 Hideaki Yoshifuji[IPV4] XFRM: don't probe icmp type/code for hdrincl...
2004-08-19 Masahide Nakamura[IPV4] XFRM: probe icmp type/code when sending packets...
2004-08-05 Andreas SchwabDisable patches.fixes/early-hotplug-events.patch
2004-08-05 Olaf Kirch- netfilter patches still broken :-(
2004-08-05 Olaf Kirch- Ported and enabled evlog patches
2004-08-05 Olaf Kirch- mludvig reviewed some netfilter patches
2004-07-21 David S. Miller[IPV4]: Make raw sockets behave like udp wrt. MSG_TRUNC.
2004-07-21 David S. MillerMerge bk://bk.skbuff.net:20608/linux-2.6-dgramconnect/
2004-07-20 Hideaki Yoshifuji[IPV4] Look up route with appropriate protocol when...
2004-07-08 Hideaki Yoshifuji[NET] convert storage for MIB from struct member to...
2004-06-24 Arnaldo Carvalho... [NET] move already shared functions from inet to core
2004-06-03 Alexander Viro[PATCH] sparse: mroute annotation
2004-06-02 Hideaki Yoshifuji[IPV4] use ip-independent ipstats_mib to store IPv4...
2004-05-30 Alexander Viro[PATCH] sparse: trivial part of net/* annotation
2004-05-29 Alexander Viro[PATCH] sparse: ->[gs]etsockopt() annotation
2004-04-19 Olaf Kirch- Merged nat-before-ipsec patches and enabled CONFIG_IP...
2004-01-15 Olaf Hering+- add patches.fixes/linus-latest-2.6
2004-01-08 Stephen Hemminger[IPV4/IPV6]: Use size_t for size in {send,recv}msg.
2003-09-11 Hideaki Yoshifuji[NET]: Use proc_net_fops_create() and proc_net_remove...
2003-09-11 Hideaki Yoshifuji[NET]: Various /proc/net/* files may drop some data.
2003-09-09 Joe Perches[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]
2003-07-10 Thomas Graf[NET]: Return EDESTADDRREQ as appropriate in sendmsg...
2003-07-06 Linus TorvaldsFix several broken macros to get the "private" field...
2003-07-04 Hideaki Yoshifuji[NET] Fix oops with /proc/net/{raw,igmp,mfilter,
2003-07-01 Hideaki Yoshifuji[NET] fixed /proc/net/raw{,6} seq_file support
2003-06-18 Arnaldo Carvalho... o net: make sk_{add,del}_node functions take care of...
2003-06-16 Arnaldo Carvalho... o net: use hlist for struct sock hash lists
2003-06-04 Arnaldo Carvalho... o net: create struct sock_common and use in struct...
2003-05-28 Arnaldo Carvalho... o net: abstract access to struct sock ->flags
2003-05-10 Hideaki Yoshifuji[NET]: Set file_operations->owner as appropriate.
2003-03-22 Hideaki Yoshifuji[IPSEC]: Split up XFRM Subsystem.
2003-03-19 Alexey Kuznetsov[NET]: hard_header reservation.
2003-03-02 James Morris[NET]: Convert volatile char socket flags to real bitop...
2003-01-12 Linus TorvaldsModern gcc's don't like labels without a statement.
2002-11-23 Arnaldo Carvalho... o net/ipv4/raw.c: add missing include <linux/mroute.h>
2002-11-17 Christoph Hellwig[PATCH] don't include net.h in fs.h
2002-11-14 David S. MillerMerge master.kernel.org:/home/acme/BK/net-2.5
2002-11-14 Arnaldo Carvalho... o ipv4: convert /proc/net/raw to seq_file
2002-11-10 Alexey Kuznetsov[IPSEC]: More fixes and corrections.
2002-11-06 Alexey Kuznetsov[IPSEC]: Semantic fixes with help from Maxim Giryaev.
2002-11-05 David S. Miller[IPSEC]: RAWv4 makes inverted policy check.
next