1. f55d112e net: packet: use reciprocal_divide in fanout_demux_hash by Daniel Borkmann · 11 years ago
  2. 5df0ddf net: packet: add randomized fanout scheduler by Daniel Borkmann · 11 years ago
  3. b05930f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  4. 8bcdeaf packet: restore packet statistics tp_packets to include drops by Willem de Bruijn · 11 years ago
  5. 28d6427 net: attempt high order allocations in sock_alloc_send_pskb() by Eric Dumazet · 11 years ago
  6. 09effa6 packet: Revert recent header parsing changes. by David S. Miller · 11 years ago
  7. c483e02 af_packet: simplify VLAN frame check in packet_snd by Phil Sutter · 11 years ago
  8. cbd89ac af_packet: fix for sending VLAN frames via packet_mmap by Phil Sutter · 11 years ago
  9. 0f75b09 af_packet: when sending ethernet frames, parse header for skb->protocol by Phil Sutter · 11 years ago
  10. cb820f8 net: Provide a generic socket error queue delivery method for Tx time stamps. by Richard Cochran · 11 years ago
  11. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  12. 2dc85bf packet: packet_getname_spkt: make sure string is always 0-terminated by Daniel Borkmann · 11 years ago
  13. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  14. 8da3056 packet: tpacket_v3: do not trigger bug() on wrong header status by Daniel Borkmann · 11 years ago
  15. e8d9612 sock_diag: allow to dump bpf filters by Nicolas Dichtel · 11 years ago
  16. 76d0eeb packet_diag: disclose meminfo values by Nicolas Dichtel · 11 years ago
  17. 6264190 packet_diag: disclose uid value by Nicolas Dichtel · 11 years ago
  18. ee80fbf packet: account statistics only in tpacket_stats_u by Daniel Borkmann · 11 years ago
  19. 0578edc packet: reorder a member in packet_ring_buffer by Daniel Borkmann · 11 years ago
  20. b9c32fb packet: if hw/sw ts enabled in rx/tx ring, report which ts we got by Daniel Borkmann · 11 years ago
  21. 7a51384 packet: enable hardware tx timestamping on tpacket ring by Daniel Borkmann · 11 years ago
  22. 2e31396 packet: tx timestamping on tpacket ring by Willem de Bruijn · 11 years ago
  23. 4b457bd packet: move hw/sw timestamp extraction into a small helper by Daniel Borkmann · 11 years ago
  24. 184f489 packet: minor: add generic tpacket_uhdr to access packet headers by Daniel Borkmann · 11 years ago
  25. bf84a01 net: sock: make sock_tx_timestamp void by Daniel Borkmann · 11 years ago
  26. 40893fd net: switch to use skb_probe_transport_header() by Jason Wang · 11 years ago
  27. c1aad27 packet: set transport header before doing xmit by Jason Wang · 11 years ago
  28. 77f65eb packet: packet fanout rollover during socket overload by Willem de Bruijn · 11 years ago
  29. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  30. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  31. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  32. 9665d5d packet: fix leakage of tx_ring memory by Phil Sutter · 11 years ago
  33. df008c9 net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm by Eric W. Biederman · 12 years ago
  34. 5920cd3a packet: tx_ring: allow the user to choose tx data offset by Paul Chavent · 12 years ago
  35. 342567c packet: minor: remove unused err assignment by Daniel Borkmann · 12 years ago
  36. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  37. c32f386 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  38. e6acb38 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by David S. Miller · 12 years ago
  39. a0dfb26 af_packet: match_fanout_group() can be static by Fengguang Wu · 12 years ago
  40. 0fa7fa9 packet: Protect packet sk list with mutex (v2) by Pavel Emelyanov · 12 years ago
  41. 9e67030 af_packet: use define instead of constant by danborkmann@iogearbox.net · 12 years ago
  42. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  43. c0de08d af_packet: don't emit packet on orig fanout group by Eric Leblond · 12 years ago
  44. fff3321 packet: Report fanout status via diag engine by Pavel Emelyanov · 12 years ago
  45. 16f0136 packet: Report rings cfg via diag engine by Pavel Emelyanov · 12 years ago
  46. a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 12 years ago
  47. eea68e2 packet: Report socket mclist info via diag module by Pavel Emelyanov · 12 years ago
  48. 8a360be packet: Report more packet sk info via diag module by Pavel Emelyanov · 12 years ago
  49. 96ec632 packet: Diag core and basic socket info dumping by Pavel Emelyanov · 12 years ago
  50. 2787b04 packet: Introduce net/packet/internal.h header by Pavel Emelyanov · 12 years ago
  51. 7f5c3e3 af_packet: remove BUG statement in tpacket_destruct_skb by danborkmann@iogearbox.net · 12 years ago
  52. 99aa347 af_packet: Quiet sparse noise about using plain integer as NULL pointer by Ying Xue · 12 years ago
  53. e440cf2 net: added support for 40GbE link. by parav.pandit@emulex.com · 12 years ago
  54. de74e92 af_packet: use sizeof instead of constant in spkt_device by danborkmann@iogearbox.net · 12 years ago
  55. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  56. c06fff6 af_packet: packet_getsockopt() cleanup by Eric Dumazet · 12 years ago
  57. abc4e4f packet: dont drop packet but consume it by Eric Dumazet · 12 years ago
  58. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  59. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  60. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  61. 7f8e323 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  62. aef950b packet: fix possible dev refcnt leak when bind fail by Wei Yongjun · 13 years ago
  63. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  64. 0fd7bac net: relax rcvbuf limits by Eric Dumazet · 13 years ago
  65. 4ce4091 packet: Add needed_tailroom to packet_sendmsg_spkt by Herbert Xu · 13 years ago
  66. ae64194 net: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  67. eea49cc9 af_packet: de-inline some helper functions by Olof Johansson · 13 years ago
  68. bc416d9 macvlan: handle fragmented multicast frames by Eric Dumazet · 13 years ago
  69. 95f5f80 af_packet: remove unnecessary BUG_ON() in tpacket_destruct_skb by danborkmann@iogearbox.net · 13 years ago
  70. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  71. 7091fbd make PACKET_STATISTICS getsockopt report consistently between ring and non-ring by Willem de Bruijn · 13 years ago
  72. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 13 years ago
  73. bc59ba3 af_packet: Prefixed tpacket_v3 structs to avoid name space collision by chetan loke · 13 years ago
  74. f6fb8f10 af-packet: TPACKET_V3 flexible buffer implementation. by chetan loke · 13 years ago
  75. cc9f01b af-packet: fix - avoid reading stale data by Chetan Loke · 13 years ago
  76. 31817df packet: Fix build with INET disabled. by David S. Miller · 13 years ago
  77. afe62c6 af_packet: lock imbalance by Eric Dumazet · 13 years ago
  78. aec2731 packet: Fix leak in pre-defrag support. by David S. Miller · 13 years ago
  79. 95ec3eb packet: Add 'cpu' fanout policy. by David S. Miller · 13 years ago
  80. 7736d33 packet: Add pre-defragmentation support for ipv4 fanouts. by David S. Miller · 13 years ago
  81. dc99f60 packet: Add fanout support. by David S. Miller · 13 years ago
  82. ce06b03 packet: Add helpers to register/unregister ->prot_hook by David S. Miller · 13 years ago
  83. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  84. 10a8d94 virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID by Jason Wang · 13 years ago
  85. 13fcb7b af_packet: prevent information leak by Eric Dumazet · 13 years ago
  86. 827d978 af-packet: Use existing netdev reference for bound sockets. by Ben Greear · 13 years ago
  87. 160ff18 af-packet: Hold reference to bound network devices. by Ben Greear · 13 years ago
  88. a3bcc23 af-packet: Add flag to distinguish VID 0 from no-vlan. by Ben Greear · 13 years ago
  89. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  90. 0a14842 net: filter: Just In Time compiler for x86-64 by Eric Dumazet · 13 years ago
  91. e143038 af_packet: struct socket declared/assigned but unused by Hagen Paul Pfeifer · 13 years ago
  92. 57f89bf network: Allow af_packet to transmit +4 bytes for VLAN packets. by Ben Greear · 13 years ago
  93. 441c793 net: cleanup unused macros in net directory by Shan Wei · 14 years ago
  94. 80f8f10 net: filter: dont block softirqs in sk_run_filter() by Eric Dumazet · 13 years ago
  95. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  96. c053fd9 af_packet: use swap() instead of the open coded macro XC() by Changli Gao · 14 years ago
  97. 920b8d9 af_packet: fix freeing pg_vec twice on error path by Changli Gao · 14 years ago
  98. f6dafa9 af_packet: eliminate pgv_to_page on some arches by Changli Gao · 14 years ago
  99. 62ab081 filter: constify sk_run_filter() by Eric Dumazet · 14 years ago
  100. c56b4d9 af_packet: remove pgv.flags by Changli Gao · 14 years ago