1. 1162563 af_packet: move strict addr_len check right before dev_[mc/unicast]_[add/del] by Jiri Pirko · 14 years ago
  2. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  3. 914c8ad af_packet: do not accept mc address smaller then dev->addr_len in packet_mc_add() by Jiri Pirko · 14 years ago
  4. a898def net: Add checking to rcu_dereference() primitives by Paul E. McKenney · 14 years ago
  5. 808f511 packet: convert socket list to RCU (v3) by stephen hemminger · 14 years ago
  6. b7ceabd net: packet: use seq_hlist_foo() helpers by Li Zefan · 14 years ago
  7. 889b8f9 packet: Kill CONFIG_PACKET_MMAP. by David S. Miller · 14 years ago
  8. bfd5f4a packet: Add GSO/csum offload support. by Sridhar Samudrala · 14 years ago
  9. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  10. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  11. eb70df1 af_packet: Don't use skb after dev_queue_xmit() by Jarek Poplawski · 14 years ago
  12. 1a35ca8 packet: dont call sleeping functions while holding rcu_read_lock() by Eric Dumazet · 14 years ago
  13. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  14. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  15. 13cfa97 net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guard by Cyrill Gorcunov · 15 years ago
  16. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  17. 654d1f8 packet: less dev_put() calls by Eric Dumazet · 15 years ago
  18. 0519d83 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  19. b5dd884 net: Fix 'Re: PACKET_TX_RING: packet size is too long' by Gabor Gombas · 15 years ago
  20. 05423b2 vlan: allow null VLAN ID to be used by Eric Dumazet · 15 years ago
  21. ad959e7 af_packet: mc_drop/flush_mclist changes by Eric Dumazet · 15 years ago
  22. 94b0595 af_packet: Avoid cache line dirtying by Eric Dumazet · 15 years ago
  23. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  24. d5e63bd Revert "af_packet: add interframe drop cmsg (v6)" by David S. Miller · 15 years ago
  25. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  26. 2d37a18 Use sk_mark for routing lookup in more places by Eric Dumazet · 15 years ago
  27. 9777500 af_packet: add interframe drop cmsg (v6) by Neil Horman · 15 years ago
  28. 817b33d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  29. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  30. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  31. 40d4e3d af_packet: style cleanups by Eric Dumazet · 15 years ago
  32. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  33. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  34. ccffad25 net: convert unicast addr list by Jiri Pirko · 15 years ago
  35. d95ed92 af_packet: Teach to listen for multiple unicast addresses. by Eric W. Biederman · 15 years ago
  36. 69e3c75 net: TX_RING and packet mmap by Johann Baudy · 15 years ago
  37. 719bfea packet: avoid warnings when high-order page allocation fails by Eric Dumazet · 15 years ago
  38. ead2ceb Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs by Neil Horman · 15 years ago
  39. acb5d75 packet: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  40. f9e6934 net: packet socket packet_lookup_frame fix by Sebastiano Di Paola · 15 years ago
  41. 905db44 packet: Avoid lock_sock in mmap handler by Herbert Xu · 15 years ago
  42. 920de80 net: Make sure BHs are disabled in sock_prot_inuse_add() by Eric Dumazet · 16 years ago
  43. 3680453 net: af_packet should update its inuse counter by Eric Dumazet · 16 years ago
  44. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  45. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  46. 8913336a packet: add PACKET_RESERVE sockopt by Patrick McHardy · 16 years ago
  47. 393e52e packet: deliver VLAN TCI to userspace by Patrick McHardy · 16 years ago
  48. bbd6ef8 packet: support extensible, 64 bit clean mmaped ring structure by Patrick McHardy · 16 years ago
  49. 2aeb0b8 af_packet: Check return of dev_set_promiscuity/allmulti by Wang Chen · 16 years ago
  50. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  51. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
  52. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  53. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  54. 2a706ec [AF_PACKET]: Remove unused variable. by Jiri Olsa · 16 years ago
  55. 40ccbf5 [PACKET]: Fix sparse warnings in af_packet.c by Eric Dumazet · 16 years ago
  56. 1bf4095 [PACKET]: Fix /proc/net/packet crash due to bogus private pointer by Herbert Xu · 16 years ago
  57. 2aaef4e [NETNS]: separate af_packet netns data by Denis V. Lunev · 16 years ago
  58. e372c41 [NET]: Consolidate net namespace related proc files creation. by Denis V. Lunev · 17 years ago
  59. d12d01d [NET]: Make AF_PACKET handle multiple network namespaces by Denis V. Lunev · 17 years ago
  60. be85d4a [AF_PACKET]: Fix minor code duplication by Urs Thuermann · 17 years ago
  61. 8032b46 [AF_PACKET]: Allow multicast traffic to be caught by ORIGDEV when bonded by Peter P Waskiewicz Jr · 17 years ago
  62. 17ab56a [PACKET]: Use existing sock refcnt debugging infrastructure by Pavel Emelyanov · 17 years ago
  63. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  64. be702d5 [PACKET]: Kill unused pg_vec_endpage() function by Patrick McHardy · 17 years ago
  65. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  66. b95cce3 [NET]: Wrap hard_header_parse by Stephen Hemminger · 17 years ago
  67. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  68. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  69. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  70. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  71. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  72. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  73. 50f1778 [AF_PACKET]: Don't enable global timestamps. by Stephen Hemminger · 17 years ago
  74. db0c58f [NET] PACKET: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  75. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  76. be02097 [AF_PACKET]: Kill CONFIG_PACKET_SOCKET. by David S. Miller · 17 years ago
  77. a2efcfa [AF_PACKET]: Kill bogus CONFIG_PACKET_MULTICAST by David S. Miller · 17 years ago
  78. 80feaac [AF_PACKET]: Add option to return orig_dev to userspace. by Peter P. Waskiewicz Jr · 17 years ago
  79. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  80. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  81. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 17 years ago
  82. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  83. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  84. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 17 years ago
  85. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  86. ad93065 [AF_PACKET]: Remove unnecessary casts. by Jason Lunz · 17 years ago
  87. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  88. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  89. 1ce4f28 [NET] PACKET: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  90. ffbc611 [PACKET]: Fix skb->cb clobbering between aux and sockaddr by Herbert Xu · 17 years ago
  91. 8dc4194 [PACKET]: Add optional checksum computation for recvmsg by Herbert Xu · 17 years ago
  92. d5e76b0 [AF_PACKET]: Check device down state before hard header callbacks. by David S. Miller · 17 years ago
  93. dbcb585 [AF_PACKET]: Fix BPF handling. by David S. Miller · 17 years ago
  94. e16aa20 [NET]: Memory barrier cleanups by Ralf Baechle · 17 years ago
  95. a1f8e7f7 [PATCH] severing skbuff.h -> highmem.h by Al Viro · 18 years ago
  96. 0e11c91 [AF_PACKET]: annotate by Al Viro · 18 years ago
  97. fda9ef5 [NET]: Fix sk->sk_filter field access by Dmitry Mishin · 18 years ago
  98. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  99. cbe21d8 [PACKET]: Don't truncate non-linear skbs with mmaped IO by Patrick McHardy · 18 years ago
  100. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago