- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / net / packet / af_packet.c
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2007-11-13 Urs Thuermann[AF_PACKET]: Fix minor code duplication
2007-11-11 Peter P Waskiewicz Jr[AF_PACKET]: Allow multicast traffic to be caught by...
2007-11-11 Pavel Emelyanov[PACKET]: Use existing sock refcnt debugging infrastructure
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-19 Patrick McHardy[PACKET]: Kill unused pg_vec_endpage() function
2007-10-10 Stephen Hemminger[NET]: Move hardware header operations out of netdevice.
2007-10-10 Stephen Hemminger[NET]: Wrap hard_header_parse
2007-10-10 Stephen Hemminger[NET]: Wrap netdevice hardware header creation.
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make device event notification network namespace...
2007-10-10 Eric W. Biederman[NET]: Make packet reception network namespace safe
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-10-10 Stephen Hemminger[AF_PACKET]: Don't enable global timestamps.
2007-07-19 YOSHIFUJI Hideaki[NET] PACKET: Fix whitespace errors.
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-05-31 David S. Miller[AF_PACKET]: Kill CONFIG_PACKET_SOCKET.
2007-05-31 David S. Miller[AF_PACKET]: Kill bogus CONFIG_PACKET_MULTICAST
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-04-26 Peter P. Waskiewicz Jr[AF_PACKET]: Add option to return orig_dev to userspace.
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_network_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_mac_header()
2007-04-26 Eric Dumazet[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps...
2007-04-26 Eric Dumazet[NET]: convert network timestamps to ktime_t
2007-02-26 Jason Lunz[AF_PACKET]: Remove unnecessary casts.
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 8
2007-02-11 YOSHIFUJI Hideaki[NET] PACKET: Fix whitespace errors.
2007-02-08 Herbert Xu[PACKET]: Fix skb->cb clobbering between aux and sockaddr
2007-02-08 Herbert Xu[PACKET]: Add optional checksum computation for recvmsg
2007-01-26 David S. Miller[AF_PACKET]: Check device down state before hard header...
2007-01-24 David S. Miller[AF_PACKET]: Fix BPF handling.
2006-12-07 Ralf Baechle[NET]: Memory barrier cleanups
2006-12-04 Al Viro[PATCH] severing skbuff.h -> highmem.h
2006-12-03 Al Viro[AF_PACKET]: annotate
2006-09-22 Dmitry Mishin[NET]: Fix sk->sk_filter field access
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-09-18 Patrick McHardy[PACKET]: Don't truncate non-linear skbs with mmaped IO
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-01-24 Kris Katterjohn[NET]: Fix some whitespace issues in af_packet.c
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-12 Kris Katterjohn[NET]: Remove more unneeded typecasts on *malloc()
2006-01-03 Christoph Hellwig[NET]: Add a dev_ioctl() fallback to sock_ioctl()
2006-01-03 Eric Dumazet[NET]: move struct proto_ops to const
2005-12-07 David S. Miller[AF_PACKET]: Convert PACKET_MMAP over to vm_insert_page().
2005-10-03 Herbert Xu[NET]: Fix packet timestamping.
2005-09-26 David S. Miller[AF_PACKET]: Remove bogus checks added to packet_sendmsg().
2005-09-21 Eric W. Biederman[AF_PACKET]: Allow for > 8 byte hardware addresses.
2005-09-06 Eric Dumazet[NET]: Use file->private_data to get socket pointer.
2005-08-29 Patrick McHardy[NET]: Store skb->timestamp as offset to a base timestamp
2005-08-29 David S. Miller[NET]: Kill skb->real_dev
2005-07-12 Phil Oester[NETFILTER]: Revert nf_reset change
2005-05-05 Jesper Juhl[PATCH] update Ross Biro bouncing email address
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2005-01-13 Thomas Gleixner[NET]: Lock initializer cleanup.
2004-12-27 Adrian Bunk[AF_PACKET]: Make needlessly global code static.
2004-10-20 William Lee Irwin III[PATCH] vm: convert users of remap_page_range() under...
2004-09-07 Dave Jones[PACKET]: Fix deref before NULL check in packet_release()
2004-08-27 Dave Hansen[AF_PACKET]: Use void * for virtual addresses.
2004-08-27 Dave Hansen[PATCH] include asm/page.h for virt_to_page()
2004-06-05 Olaf Hering+- add patches.fixes/recvmsg-compat-MSG_CMSG_COMPAT
2004-06-05 Olaf Hering[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_C...
2004-05-30 Alexander Viro[PATCH] sparse: trivial part of net/* annotation
2004-05-30 Alexander Viro[PATCH] sparse: dev_ioctl() callers
2004-05-30 Linus TorvaldsAdd __user annotations to sock_get_timestamp()
2004-05-29 Alexander Viro[PATCH] sparse: ->[gs]etsockopt() annotation
2004-04-16 Andi Kleen[NET]: Do lazy gettimeofday for network packets.
2004-04-08 Andreas KleenAdd lazy timestamps for networking
2004-03-27 Ulisses Alonso Camaró[AF_PACKET]: Fix packet_set_ring memleak and remove...
2004-02-11 Hubert Mantelupdate to 2.6.3-rc2
2004-02-09 Olaf Hering+- update to post 2.6.3-rc1 20040209
2004-02-09 Hideaki Yoshifuji[PACKET]: Use LL_RESERVED_SPACE() where applicable.
2004-02-06 Andrew Morton[AF_PACKET]: Fix illegal lvalue with gcc-3.5
2004-01-19 Olaf Hering+- update to current Linus tree
2004-01-15 Olaf Hering+- add patches.fixes/linus-latest-2.6
2004-01-15 Hirofumi Ogawa[AF_PACKET]: Fix bind()/setsockopt(PACKET_RX_RING)...
2004-01-08 Stephen Hemminger[NETLINK]: Use size_t for size in {send,recv}msg.
2004-01-06 Gerd Hoffmann- update to 2.6.1-rc2 -- first cut.
2004-01-05 Stephen Hemminger[AF_PACKET]: Convert to seq_file.
2003-12-24 Stephen Hemminger[AF_PACKET]: Drop SKB route of packets queued to userspace.
2003-10-06 David S. Miller[NET]: Delete support for old-style protocols, no longe...
2003-09-15 Mitchell Blank Jr.[NET]: Tiny af_packet.c cleanup.
2003-09-01 Rusty Russell[NET]: Use MODULE_ALIAS() in network families.
2003-07-03 Jason Lunz[NET] Fix refcounting of dev->promiscuity for af_packet.
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-25 Ben Collins[NET]: strncpy -> strlcpy conversions.
2003-05-19 David S. Miller[NET]: More device register/unregister fixing.
2003-05-19 David S. Miller[NET]: Fix netdevice unregister races.
2003-05-12 Stephen Hemminger[NET]: Network packet type using RCU.
2003-05-03 Arnaldo Carvalho... o packet: use revised net module infrastructure
2003-04-28 Arnaldo Carvalho... o af_packet: remove MOD_{INC,DEC}_USE_COUNT
next