summaryrefslogtreecommitdiff
path: root/net/packet
AgeCommit message (Expand)Author
2007-02-14AF_PACKET: Check device down state before hard header callbacks.David S. Miller
2006-01-23[NET]: Fix some whitespace issues in af_packet.cKris Katterjohn
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig
2006-01-03[NET]: move struct proto_ops to constEric Dumazet
2005-12-06[AF_PACKET]: Convert PACKET_MMAP over to vm_insert_page().David S. Miller
2005-10-03[NET]: Fix packet timestamping.Herbert Xu
2005-09-26[AF_PACKET]: Remove bogus checks added to packet_sendmsg().David S. Miller
2005-09-21[AF_PACKET]: Allow for > 8 byte hardware addresses.Eric W. Biederman
2005-09-06[NET]: Use file->private_data to get socket pointer.Eric Dumazet
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy
2005-08-29[NET]: Kill skb->real_devDavid S. Miller
2005-07-12[NETFILTER]: Revert nf_reset changePhil Oester
2005-07-11[NET]: move config options out to individual protocolsSam Ravnborg
2005-05-05[PATCH] update Ross Biro bouncing email addressJesper Juhl
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo
2005-01-20[AF_PACKET] stop using sk_protinfoArnaldo Carvalho de Melo
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner
2004-12-27[AF_PACKET]: Make needlessly global code static.Adrian Bunk
2004-10-19[PATCH] vm: convert users of remap_page_range() under drivers/ and net/ to us...William Lee Irwin III
2004-09-06[PACKET]: Fix deref before NULL check in packet_release()Dave Jones
2004-08-27[AF_PACKET]: Use void * for virtual addresses.Dave Hansen
2004-08-26[PATCH] include asm/page.h for virt_to_page()Dave Hansen
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering
2004-05-30[PATCH] sparse: trivial part of net/* annotationAlexander Viro
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro
2004-05-29Add __user annotations to sock_get_timestamp()Linus Torvalds
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen
2004-03-27[AF_PACKET]: Fix packet_set_ring memleak and remove num frame limit.Ulisses Alonso CamarĂ³
2004-02-08[PACKET]: Use LL_RESERVED_SPACE() where applicable.Hideaki Yoshifuji
2004-02-05[AF_PACKET]: Fix illegal lvalue with gcc-3.5Andrew Morton
2004-01-14[AF_PACKET]: Fix bind()/setsockopt(PACKET_RX_RING) bug and socket leak.Hirofumi Ogawa
2004-01-08[NETLINK]: Use size_t for size in {send,recv}msg.Stephen Hemminger
2004-01-04[AF_PACKET]: Convert to seq_file.Stephen Hemminger
2003-12-24[AF_PACKET]: Drop SKB route of packets queued to userspace.Stephen Hemminger
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller
2003-09-15[NET]: Tiny af_packet.c cleanup.Mitchell Blank Jr.
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell
2003-07-03[NET] Fix refcounting of dev->promiscuity for af_packet.Jason Lunz
2003-06-18o net: make sk_{add,del}_node functions take care of sock refcountingArnaldo Carvalho de Melo
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo
2003-05-25[NET]: strncpy -> strlcpy conversions.Ben Collins
2003-05-19[NET]: More device register/unregister fixing.David S. Miller
2003-05-19[NET]: Fix netdevice unregister races.David S. Miller
2003-05-11[NET]: Network packet type using RCU.Stephen Hemminger
2003-05-02o packet: use revised net module infrastructureArnaldo Carvalho de Melo