aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet
AgeCommit message (Expand)AuthorFilesLines
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering1-1/+1
2004-05-30[PATCH] sparse: trivial part of net/* annotationAlexander Viro1-2/+2
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro1-1/+1
2004-05-29Add __user annotations to sock_get_timestamp()Linus Torvalds1-1/+1
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro1-2/+2
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen1-7/+6
2004-03-27[AF_PACKET]: Fix packet_set_ring memleak and remove num frame limit.Ulisses Alonso CamarĂ³1-36/+53
2004-02-08[PACKET]: Use LL_RESERVED_SPACE() where applicable.Hideaki Yoshifuji1-4/+4
2004-02-05[AF_PACKET]: Fix illegal lvalue with gcc-3.5Andrew Morton1-1/+1
2004-01-14[AF_PACKET]: Fix bind()/setsockopt(PACKET_RX_RING) bug and socket leak.Hirofumi Ogawa1-3/+10
2004-01-08[NETLINK]: Use size_t for size in {send,recv}msg.Stephen Hemminger1-3/+3
2004-01-04[AF_PACKET]: Convert to seq_file.Stephen Hemminger1-45/+70
2003-12-24[AF_PACKET]: Drop SKB route of packets queued to userspace.Stephen Hemminger1-0/+7
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller1-4/+4
2003-09-15[NET]: Tiny af_packet.c cleanup.Mitchell Blank Jr.1-18/+19
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell1-0/+1
2003-07-03[NET] Fix refcounting of dev->promiscuity for af_packet.Jason Lunz1-9/+6
2003-06-18o net: make sk_{add,del}_node functions take care of sock refcountingArnaldo Carvalho de Melo1-3/+1
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo1-13/+8
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo1-56/+60
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo1-3/+3
2003-05-25[NET]: strncpy -> strlcpy conversions.Ben Collins1-4/+3
2003-05-19[NET]: More device register/unregister fixing.David S. Miller1-3/+3
2003-05-19[NET]: Fix netdevice unregister races.David S. Miller1-3/+3
2003-05-11[NET]: Network packet type using RCU.Stephen Hemminger1-4/+13
2003-05-02o packet: use revised net module infrastructureArnaldo Carvalho de Melo1-2/+3
2003-04-28o af_packet: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo1-3/+1
2003-03-29[NET]: Nuke CONFIG_FILTER.David S. Miller1-10/+0
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise1-5/+3
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris1-3/+3
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-11-01[NET]: Cleanup wan/packet ioctls.Matthew Wilcox1-27/+3
2002-10-20[NET]: Move more ioctls to top level.Matthew Wilcox1-33/+0
2002-10-10net-kiocb.diffBenjamin LaHaise1-4/+6
2002-10-02[NET]: Move common ioctl code up a layer.Matthew Wilcox1-18/+0
2002-09-02[PATCH] sigio/sigurg cleanup for 2.5.32James Morris1-6/+2
2002-07-18NET: Use ISO C struct initializers.Rusty Russell1-41/+41
2002-05-24kbuild: Use standard multi-part object declaration in net/*Kai Germaschewski1-7/+0
2002-03-19Port of 2.2.x AF_PACKET bug fix.Alexey Kuznetsov1-0/+2
2002-03-10Move IP-specific identity informationDavid S. Miller1-9/+13
2002-02-10Split protocol specific information out from struct sock.David S. Miller1-56/+67
2002-02-05[PATCH] (1/2) inode trimmingAlexander Viro1-2/+2
2002-02-05v2.5.2 -> v2.5.2.1Linus Torvalds1-2/+2
2002-02-04v2.5.1.4 -> v2.5.1.5Linus Torvalds1-1/+2
2002-02-04v2.4.13.5 -> v2.4.13.6Linus Torvalds1-1/+13
2002-02-04v2.4.7.5 -> v2.4.7.6Linus Torvalds1-4/+5
2002-02-04v2.4.5.7 -> v2.4.5.8Linus Torvalds1-17/+14
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds1-22/+24
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds1-0/+1
2002-02-04Import changesetLinus Torvalds2-0/+1905