1. 10a8d94 virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID by Jason Wang · 13 years ago
  2. 827d978 af-packet: Use existing netdev reference for bound sockets. by Ben Greear · 13 years ago
  3. 160ff18 af-packet: Hold reference to bound network devices. by Ben Greear · 13 years ago
  4. a3bcc23 af-packet: Add flag to distinguish VID 0 from no-vlan. by Ben Greear · 13 years ago
  5. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  6. 0a14842 net: filter: Just In Time compiler for x86-64 by Eric Dumazet · 13 years ago
  7. e143038 af_packet: struct socket declared/assigned but unused by Hagen Paul Pfeifer · 13 years ago
  8. 57f89bf network: Allow af_packet to transmit +4 bytes for VLAN packets. by Ben Greear · 13 years ago
  9. 441c793 net: cleanup unused macros in net directory by Shan Wei · 13 years ago
  10. 80f8f10 net: filter: dont block softirqs in sk_run_filter() by Eric Dumazet · 13 years ago
  11. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  12. c053fd9 af_packet: use swap() instead of the open coded macro XC() by Changli Gao · 14 years ago
  13. 920b8d9 af_packet: fix freeing pg_vec twice on error path by Changli Gao · 14 years ago
  14. f6dafa9 af_packet: eliminate pgv_to_page on some arches by Changli Gao · 14 years ago
  15. 62ab081 filter: constify sk_run_filter() by Eric Dumazet · 14 years ago
  16. c56b4d9 af_packet: remove pgv.flags by Changli Gao · 14 years ago
  17. 0af55bb af_packet: use vmalloc_to_page() instead for the addresss returned by vmalloc() by Changli Gao · 14 years ago
  18. bbce5a5 packet: use vzalloc() by Eric Dumazet · 14 years ago
  19. 93aaae2 filter: optimize sk_run_filter by Eric Dumazet · 14 years ago
  20. 0e3125c packet: Enhance AF_PACKET implementation to not require high order contiguous memory allocation (v4) by Neil Horman · 14 years ago
  21. 1f18b71 net: Fix header size check for GSO case in recvmsg (af_packet) by Mariusz Kozlowski · 14 years ago
  22. 6728664 net: packet: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  23. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 14 years ago
  24. 614f60f packet_mmap: expose hw packet timestamps to network packet capture utilities by Scott McMillan · 14 years ago
  25. 87eb367 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  26. 1c4f019 packet : remove init_net restriction by Daniel Lezcano · 14 years ago
  27. ed85b56 packet: support for TX time stamps on RAW sockets by Richard Cochran · 14 years ago
  28. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  29. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  30. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 14 years ago
  31. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  32. 1162563 af_packet: move strict addr_len check right before dev_[mc/unicast]_[add/del] by Jiri Pirko · 14 years ago
  33. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  34. 914c8ad af_packet: do not accept mc address smaller then dev->addr_len in packet_mc_add() by Jiri Pirko · 14 years ago
  35. a898def net: Add checking to rcu_dereference() primitives by Paul E. McKenney · 14 years ago
  36. 808f511 packet: convert socket list to RCU (v3) by stephen hemminger · 14 years ago
  37. b7ceabd net: packet: use seq_hlist_foo() helpers by Li Zefan · 14 years ago
  38. 889b8f9 packet: Kill CONFIG_PACKET_MMAP. by David S. Miller · 14 years ago
  39. bfd5f4a packet: Add GSO/csum offload support. by Sridhar Samudrala · 14 years ago
  40. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  41. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  42. eb70df1 af_packet: Don't use skb after dev_queue_xmit() by Jarek Poplawski · 14 years ago
  43. 1a35ca8 packet: dont call sleeping functions while holding rcu_read_lock() by Eric Dumazet · 15 years ago
  44. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  45. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  46. 13cfa97 net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guard by Cyrill Gorcunov · 15 years ago
  47. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  48. 654d1f8 packet: less dev_put() calls by Eric Dumazet · 15 years ago
  49. 0519d83 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  50. b5dd884 net: Fix 'Re: PACKET_TX_RING: packet size is too long' by Gabor Gombas · 15 years ago
  51. 05423b2 vlan: allow null VLAN ID to be used by Eric Dumazet · 15 years ago
  52. ad959e7 af_packet: mc_drop/flush_mclist changes by Eric Dumazet · 15 years ago
  53. 94b0595 af_packet: Avoid cache line dirtying by Eric Dumazet · 15 years ago
  54. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  55. d5e63bd Revert "af_packet: add interframe drop cmsg (v6)" by David S. Miller · 15 years ago
  56. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  57. 2d37a18 Use sk_mark for routing lookup in more places by Eric Dumazet · 15 years ago
  58. 9777500 af_packet: add interframe drop cmsg (v6) by Neil Horman · 15 years ago
  59. 817b33d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  60. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  61. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  62. 40d4e3d af_packet: style cleanups by Eric Dumazet · 15 years ago
  63. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  64. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  65. ccffad25 net: convert unicast addr list by Jiri Pirko · 15 years ago
  66. d95ed92 af_packet: Teach to listen for multiple unicast addresses. by Eric W. Biederman · 15 years ago
  67. 69e3c75 net: TX_RING and packet mmap by Johann Baudy · 15 years ago
  68. 719bfea packet: avoid warnings when high-order page allocation fails by Eric Dumazet · 15 years ago
  69. 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
  70. acb5d75 packet: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  71. f9e6934 net: packet socket packet_lookup_frame fix by Sebastiano Di Paola · 15 years ago
  72. 905db44 packet: Avoid lock_sock in mmap handler by Herbert Xu · 15 years ago
  73. 920de80 net: Make sure BHs are disabled in sock_prot_inuse_add() by Eric Dumazet · 16 years ago
  74. 3680453 net: af_packet should update its inuse counter by Eric Dumazet · 16 years ago
  75. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  76. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  77. 8913336a packet: add PACKET_RESERVE sockopt by Patrick McHardy · 16 years ago
  78. 393e52e packet: deliver VLAN TCI to userspace by Patrick McHardy · 16 years ago
  79. bbd6ef8 packet: support extensible, 64 bit clean mmaped ring structure by Patrick McHardy · 16 years ago
  80. 2aeb0b8 af_packet: Check return of dev_set_promiscuity/allmulti by Wang Chen · 16 years ago
  81. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  82. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
  83. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  84. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  85. 2a706ec [AF_PACKET]: Remove unused variable. by Jiri Olsa · 16 years ago
  86. 40ccbf5 [PACKET]: Fix sparse warnings in af_packet.c by Eric Dumazet · 16 years ago
  87. 1bf4095 [PACKET]: Fix /proc/net/packet crash due to bogus private pointer by Herbert Xu · 17 years ago
  88. 2aaef4e [NETNS]: separate af_packet netns data by Denis V. Lunev · 17 years ago
  89. e372c41 [NET]: Consolidate net namespace related proc files creation. by Denis V. Lunev · 17 years ago
  90. d12d01d [NET]: Make AF_PACKET handle multiple network namespaces by Denis V. Lunev · 17 years ago
  91. be85d4a [AF_PACKET]: Fix minor code duplication by Urs Thuermann · 17 years ago
  92. 8032b46 [AF_PACKET]: Allow multicast traffic to be caught by ORIGDEV when bonded by Peter P Waskiewicz Jr · 17 years ago
  93. 17ab56a [PACKET]: Use existing sock refcnt debugging infrastructure by Pavel Emelyanov · 17 years ago
  94. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  95. be702d5 [PACKET]: Kill unused pg_vec_endpage() function by Patrick McHardy · 17 years ago
  96. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  97. b95cce3 [NET]: Wrap hard_header_parse by Stephen Hemminger · 17 years ago
  98. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  99. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  100. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago