1. be85d4a [AF_PACKET]: Fix minor code duplication by Urs Thuermann · 17 years ago
  2. 8032b46 [AF_PACKET]: Allow multicast traffic to be caught by ORIGDEV when bonded by Peter P Waskiewicz Jr · 17 years ago
  3. 17ab56a [PACKET]: Use existing sock refcnt debugging infrastructure by Pavel Emelyanov · 17 years ago
  4. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  5. be702d5 [PACKET]: Kill unused pg_vec_endpage() function by Patrick McHardy · 17 years ago
  6. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  7. b95cce3 [NET]: Wrap hard_header_parse by Stephen Hemminger · 17 years ago
  8. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  9. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  10. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  11. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  12. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  13. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  14. 50f1778 [AF_PACKET]: Don't enable global timestamps. by Stephen Hemminger · 17 years ago
  15. db0c58f [NET] PACKET: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  16. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  17. be02097 [AF_PACKET]: Kill CONFIG_PACKET_SOCKET. by David S. Miller · 17 years ago
  18. a2efcfa [AF_PACKET]: Kill bogus CONFIG_PACKET_MULTICAST by David S. Miller · 17 years ago
  19. 80feaac [AF_PACKET]: Add option to return orig_dev to userspace. by Peter P. Waskiewicz Jr · 17 years ago
  20. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  21. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  22. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 17 years ago
  23. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  24. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  25. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 17 years ago
  26. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  27. ad93065 [AF_PACKET]: Remove unnecessary casts. by Jason Lunz · 17 years ago
  28. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  29. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  30. 1ce4f28 [NET] PACKET: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  31. ffbc611 [PACKET]: Fix skb->cb clobbering between aux and sockaddr by Herbert Xu · 17 years ago
  32. 8dc4194 [PACKET]: Add optional checksum computation for recvmsg by Herbert Xu · 17 years ago
  33. d5e76b0 [AF_PACKET]: Check device down state before hard header callbacks. by David S. Miller · 17 years ago
  34. dbcb585 [AF_PACKET]: Fix BPF handling. by David S. Miller · 17 years ago
  35. e16aa20 [NET]: Memory barrier cleanups by Ralf Baechle · 18 years ago
  36. a1f8e7f7 [PATCH] severing skbuff.h -> highmem.h by Al Viro · 18 years ago
  37. 0e11c91 [AF_PACKET]: annotate by Al Viro · 18 years ago
  38. fda9ef5 [NET]: Fix sk->sk_filter field access by Dmitry Mishin · 18 years ago
  39. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  40. cbe21d8 [PACKET]: Don't truncate non-linear skbs with mmaped IO by Patrick McHardy · 18 years ago
  41. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  42. 8ae55f0 [NET]: Fix some whitespace issues in af_packet.c by Kris Katterjohn · 18 years ago
  43. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  44. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 18 years ago
  45. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 19 years ago
  46. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  47. 4ebf0ae [AF_PACKET]: Convert PACKET_MMAP over to vm_insert_page(). by David S. Miller · 19 years ago
  48. 325ed82 [NET]: Fix packet timestamping. by Herbert Xu · 19 years ago
  49. b85daee [AF_PACKET]: Remove bogus checks added to packet_sendmsg(). by David S. Miller · 19 years ago
  50. 0fb375f [AF_PACKET]: Allow for > 8 byte hardware addresses. by Eric W. Biederman · 19 years ago
  51. b69aee0 [NET]: Use file->private_data to get socket pointer. by Eric Dumazet · 19 years ago
  52. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  53. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  54. 84531c2 [NETFILTER]: Revert nf_reset change by Phil Oester · 19 years ago
  55. 6a2e9b7 [NET]: move config options out to individual protocols by Sam Ravnborg · 19 years ago
  56. 02c30a8 [PATCH] update Ross Biro bouncing email address by Jesper Juhl · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago