1. e440cf2 net: added support for 40GbE link. by parav.pandit@emulex.com · 12 years ago
  2. de74e92 af_packet: use sizeof instead of constant in spkt_device by danborkmann@iogearbox.net · 12 years ago
  3. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  4. c06fff6 af_packet: packet_getsockopt() cleanup by Eric Dumazet · 12 years ago
  5. abc4e4f packet: dont drop packet but consume it by Eric Dumazet · 12 years ago
  6. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  7. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  8. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  9. 7f8e323 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  10. aef950b packet: fix possible dev refcnt leak when bind fail by Wei Yongjun · 13 years ago
  11. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  12. 0fd7bac net: relax rcvbuf limits by Eric Dumazet · 13 years ago
  13. 4ce4091 packet: Add needed_tailroom to packet_sendmsg_spkt by Herbert Xu · 13 years ago
  14. ae64194 net: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  15. eea49cc9 af_packet: de-inline some helper functions by Olof Johansson · 13 years ago
  16. bc416d9 macvlan: handle fragmented multicast frames by Eric Dumazet · 13 years ago
  17. 95f5f80 af_packet: remove unnecessary BUG_ON() in tpacket_destruct_skb by danborkmann@iogearbox.net · 13 years ago
  18. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  19. 7091fbd make PACKET_STATISTICS getsockopt report consistently between ring and non-ring by Willem de Bruijn · 13 years ago
  20. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 13 years ago
  21. bc59ba3 af_packet: Prefixed tpacket_v3 structs to avoid name space collision by chetan loke · 13 years ago
  22. f6fb8f10 af-packet: TPACKET_V3 flexible buffer implementation. by chetan loke · 13 years ago
  23. cc9f01b af-packet: fix - avoid reading stale data by Chetan Loke · 13 years ago
  24. 31817df packet: Fix build with INET disabled. by David S. Miller · 13 years ago
  25. afe62c6 af_packet: lock imbalance by Eric Dumazet · 13 years ago
  26. aec2731 packet: Fix leak in pre-defrag support. by David S. Miller · 13 years ago
  27. 95ec3eb packet: Add 'cpu' fanout policy. by David S. Miller · 13 years ago
  28. 7736d33 packet: Add pre-defragmentation support for ipv4 fanouts. by David S. Miller · 13 years ago
  29. dc99f60 packet: Add fanout support. by David S. Miller · 13 years ago
  30. ce06b03 packet: Add helpers to register/unregister ->prot_hook by David S. Miller · 13 years ago
  31. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  32. 10a8d94 virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID by Jason Wang · 13 years ago
  33. 13fcb7b af_packet: prevent information leak by Eric Dumazet · 13 years ago
  34. 827d978 af-packet: Use existing netdev reference for bound sockets. by Ben Greear · 13 years ago
  35. 160ff18 af-packet: Hold reference to bound network devices. by Ben Greear · 13 years ago
  36. a3bcc23 af-packet: Add flag to distinguish VID 0 from no-vlan. by Ben Greear · 13 years ago
  37. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  38. 0a14842 net: filter: Just In Time compiler for x86-64 by Eric Dumazet · 13 years ago
  39. e143038 af_packet: struct socket declared/assigned but unused by Hagen Paul Pfeifer · 13 years ago
  40. 57f89bf network: Allow af_packet to transmit +4 bytes for VLAN packets. by Ben Greear · 13 years ago
  41. 441c793 net: cleanup unused macros in net directory by Shan Wei · 13 years ago
  42. 80f8f10 net: filter: dont block softirqs in sk_run_filter() by Eric Dumazet · 13 years ago
  43. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  44. c053fd9 af_packet: use swap() instead of the open coded macro XC() by Changli Gao · 14 years ago
  45. 920b8d9 af_packet: fix freeing pg_vec twice on error path by Changli Gao · 14 years ago
  46. f6dafa9 af_packet: eliminate pgv_to_page on some arches by Changli Gao · 14 years ago
  47. 62ab081 filter: constify sk_run_filter() by Eric Dumazet · 14 years ago
  48. c56b4d9 af_packet: remove pgv.flags by Changli Gao · 14 years ago
  49. 0af55bb af_packet: use vmalloc_to_page() instead for the addresss returned by vmalloc() by Changli Gao · 14 years ago
  50. bbce5a5 packet: use vzalloc() by Eric Dumazet · 14 years ago
  51. 93aaae2 filter: optimize sk_run_filter by Eric Dumazet · 14 years ago
  52. 0e3125c packet: Enhance AF_PACKET implementation to not require high order contiguous memory allocation (v4) by Neil Horman · 14 years ago
  53. 1f18b71 net: Fix header size check for GSO case in recvmsg (af_packet) by Mariusz Kozlowski · 14 years ago
  54. 6728664 net: packet: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  55. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 14 years ago
  56. 614f60f packet_mmap: expose hw packet timestamps to network packet capture utilities by Scott McMillan · 14 years ago
  57. 87eb367 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  58. 1c4f019 packet : remove init_net restriction by Daniel Lezcano · 14 years ago
  59. ed85b56 packet: support for TX time stamps on RAW sockets by Richard Cochran · 14 years ago
  60. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  61. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  62. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 14 years ago
  63. 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
  64. 1162563 af_packet: move strict addr_len check right before dev_[mc/unicast]_[add/del] by Jiri Pirko · 14 years ago
  65. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  66. 914c8ad af_packet: do not accept mc address smaller then dev->addr_len in packet_mc_add() by Jiri Pirko · 14 years ago
  67. a898def net: Add checking to rcu_dereference() primitives by Paul E. McKenney · 14 years ago
  68. 808f511 packet: convert socket list to RCU (v3) by stephen hemminger · 14 years ago
  69. b7ceabd net: packet: use seq_hlist_foo() helpers by Li Zefan · 14 years ago
  70. 889b8f9 packet: Kill CONFIG_PACKET_MMAP. by David S. Miller · 14 years ago
  71. bfd5f4a packet: Add GSO/csum offload support. by Sridhar Samudrala · 14 years ago
  72. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  73. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  74. eb70df1 af_packet: Don't use skb after dev_queue_xmit() by Jarek Poplawski · 14 years ago
  75. 1a35ca8 packet: dont call sleeping functions while holding rcu_read_lock() by Eric Dumazet · 15 years ago
  76. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  77. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  78. 13cfa97 net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guard by Cyrill Gorcunov · 15 years ago
  79. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  80. 654d1f8 packet: less dev_put() calls by Eric Dumazet · 15 years ago
  81. 0519d83 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  82. b5dd884 net: Fix 'Re: PACKET_TX_RING: packet size is too long' by Gabor Gombas · 15 years ago
  83. 05423b2 vlan: allow null VLAN ID to be used by Eric Dumazet · 15 years ago
  84. ad959e7 af_packet: mc_drop/flush_mclist changes by Eric Dumazet · 15 years ago
  85. 94b0595 af_packet: Avoid cache line dirtying by Eric Dumazet · 15 years ago
  86. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  87. d5e63bd Revert "af_packet: add interframe drop cmsg (v6)" by David S. Miller · 15 years ago
  88. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  89. 2d37a18 Use sk_mark for routing lookup in more places by Eric Dumazet · 15 years ago
  90. 9777500 af_packet: add interframe drop cmsg (v6) by Neil Horman · 15 years ago
  91. 817b33d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  92. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  93. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  94. 40d4e3d af_packet: style cleanups by Eric Dumazet · 15 years ago
  95. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  96. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  97. ccffad25 net: convert unicast addr list by Jiri Pirko · 15 years ago
  98. d95ed92 af_packet: Teach to listen for multiple unicast addresses. by Eric W. Biederman · 15 years ago
  99. 69e3c75 net: TX_RING and packet mmap by Johann Baudy · 15 years ago
  100. 719bfea packet: avoid warnings when high-order page allocation fails by Eric Dumazet · 15 years ago