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