1. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  2. 8e2f1a6 packet: fix packet_direct_xmit for BQL enabled drivers by Daniel Borkmann · 10 years ago
  3. 0f97ede packet: report tx_dropped in packet_direct_xmit by Daniel Borkmann · 10 years ago
  4. 4327950 packet: respect devices with LLTX flag in direct xmit by Daniel Borkmann · 10 years ago
  5. 61b905d net: Rename skb->rxhash to skb->hash by Tom Herbert · 10 years ago
  6. 52f1454 packet: allow to transmit +4 byte in TX_RING slot for VLAN case by Daniel Borkmann · 10 years ago
  7. d7cf0c3 af_packet: remove a stray tab in packet_set_ring() by Dan Carpenter · 10 years ago
  8. 0fd5d57 packet: check for ndo_select_queue during queue selection by Daniel Borkmann · 10 years ago
  9. 2d36097 af_packet: Add Queue mapping mode to af_packet fanout operation by Neil Horman · 10 years ago
  10. 89770b0 net: introduce reciprocal_scale helper and convert users by Daniel Borkmann · 10 years ago
  11. f337db6 random32: add prandom_u32_max and convert open coded users by Daniel Borkmann · 10 years ago
  12. f0d4eb2 packet: fix a couple of cppcheck warnings by Daniel Borkmann · 10 years ago
  13. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  14. b013840 packet: use percpu mmap tx frame pending refcount by Daniel Borkmann · 10 years ago
  15. 87a2fd2 packet: don't unconditionally schedule() in case of MSG_DONTWAIT by Daniel Borkmann · 10 years ago
  16. 902fefb packet: improve socket create/bind latency in some cases by Daniel Borkmann · 10 years ago
  17. d4dd8ae packet: fix "foo * bar" and "(foo*)" problems by Weilong Chen · 11 years ago
  18. a0cdfcf packet: deliver VLAN TPID to userspace by Atzm Watanabe · 11 years ago
  19. e4d26f4 packet: fill the gap of TPACKET_ALIGNMENT with zeros by Atzm Watanabe · 11 years ago
  20. 5184635 packet: make aligned size of struct tpacket{2,3}_hdr clear by Atzm Watanabe · 11 years ago
  21. 3958afa1b net: Change skb_get_rxhash to skb_get_hash by Tom Herbert · 11 years ago
  22. 1cbac01 packet: fix using smp_processor_id() in preemptible code by Li Zhong · 11 years ago
  23. d346a3f packet: introduce PACKET_QDISC_BYPASS socket option by Daniel Borkmann · 11 years ago
  24. 34f9f43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  25. 66e56cd packet: fix send path when running with proto == 0 by Daniel Borkmann · 11 years ago
  26. 22781a5 packet: use macro GET_PBDQC_FROM_RB to simplify the codes by Duan Jiong · 11 years ago
  27. ec6f809 af_packet: block BH in prb_shutdown_retire_blk_timer() by Veaceslav Falico · 11 years ago
  28. e40526c packet: fix use after free race in send path when dev is released by Daniel Borkmann · 11 years ago
  29. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  30. f55d112e net: packet: use reciprocal_divide in fanout_demux_hash by Daniel Borkmann · 11 years ago
  31. 5df0ddf net: packet: add randomized fanout scheduler by Daniel Borkmann · 11 years ago
  32. b05930f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  33. 8bcdeaf packet: restore packet statistics tp_packets to include drops by Willem de Bruijn · 11 years ago
  34. 28d6427 net: attempt high order allocations in sock_alloc_send_pskb() by Eric Dumazet · 11 years ago
  35. 09effa6 packet: Revert recent header parsing changes. by David S. Miller · 11 years ago
  36. c483e02 af_packet: simplify VLAN frame check in packet_snd by Phil Sutter · 11 years ago
  37. cbd89ac af_packet: fix for sending VLAN frames via packet_mmap by Phil Sutter · 11 years ago
  38. 0f75b09 af_packet: when sending ethernet frames, parse header for skb->protocol by Phil Sutter · 11 years ago
  39. cb820f8 net: Provide a generic socket error queue delivery method for Tx time stamps. by Richard Cochran · 11 years ago
  40. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  41. 2dc85bf packet: packet_getname_spkt: make sure string is always 0-terminated by Daniel Borkmann · 11 years ago
  42. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  43. 8da3056 packet: tpacket_v3: do not trigger bug() on wrong header status by Daniel Borkmann · 11 years ago
  44. e8d9612 sock_diag: allow to dump bpf filters by Nicolas Dichtel · 11 years ago
  45. 76d0eeb packet_diag: disclose meminfo values by Nicolas Dichtel · 11 years ago
  46. 6264190 packet_diag: disclose uid value by Nicolas Dichtel · 11 years ago
  47. ee80fbf packet: account statistics only in tpacket_stats_u by Daniel Borkmann · 11 years ago
  48. 0578edc packet: reorder a member in packet_ring_buffer by Daniel Borkmann · 11 years ago
  49. b9c32fb packet: if hw/sw ts enabled in rx/tx ring, report which ts we got by Daniel Borkmann · 11 years ago
  50. 7a51384 packet: enable hardware tx timestamping on tpacket ring by Daniel Borkmann · 11 years ago
  51. 2e31396 packet: tx timestamping on tpacket ring by Willem de Bruijn · 11 years ago
  52. 4b457bd packet: move hw/sw timestamp extraction into a small helper by Daniel Borkmann · 11 years ago
  53. 184f489 packet: minor: add generic tpacket_uhdr to access packet headers by Daniel Borkmann · 11 years ago
  54. bf84a01 net: sock: make sock_tx_timestamp void by Daniel Borkmann · 11 years ago
  55. 40893fd net: switch to use skb_probe_transport_header() by Jason Wang · 11 years ago
  56. c1aad27 packet: set transport header before doing xmit by Jason Wang · 11 years ago
  57. 77f65eb packet: packet fanout rollover during socket overload by Willem de Bruijn · 11 years ago
  58. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  59. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  60. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  61. 9665d5d packet: fix leakage of tx_ring memory by Phil Sutter · 11 years ago
  62. df008c9 net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm by Eric W. Biederman · 12 years ago
  63. 5920cd3a packet: tx_ring: allow the user to choose tx data offset by Paul Chavent · 12 years ago
  64. 342567c packet: minor: remove unused err assignment by Daniel Borkmann · 12 years ago
  65. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  66. c32f386 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  67. 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
  68. a0dfb26 af_packet: match_fanout_group() can be static by Fengguang Wu · 12 years ago
  69. 0fa7fa9 packet: Protect packet sk list with mutex (v2) by Pavel Emelyanov · 12 years ago
  70. 9e67030 af_packet: use define instead of constant by danborkmann@iogearbox.net · 12 years ago
  71. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  72. c0de08d af_packet: don't emit packet on orig fanout group by Eric Leblond · 12 years ago
  73. fff3321 packet: Report fanout status via diag engine by Pavel Emelyanov · 12 years ago
  74. 16f0136 packet: Report rings cfg via diag engine by Pavel Emelyanov · 12 years ago
  75. a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 12 years ago
  76. eea68e2 packet: Report socket mclist info via diag module by Pavel Emelyanov · 12 years ago
  77. 8a360be packet: Report more packet sk info via diag module by Pavel Emelyanov · 12 years ago
  78. 96ec632 packet: Diag core and basic socket info dumping by Pavel Emelyanov · 12 years ago
  79. 2787b04 packet: Introduce net/packet/internal.h header by Pavel Emelyanov · 12 years ago
  80. 7f5c3e3 af_packet: remove BUG statement in tpacket_destruct_skb by danborkmann@iogearbox.net · 12 years ago
  81. 99aa347 af_packet: Quiet sparse noise about using plain integer as NULL pointer by Ying Xue · 12 years ago
  82. e440cf2 net: added support for 40GbE link. by parav.pandit@emulex.com · 12 years ago
  83. de74e92 af_packet: use sizeof instead of constant in spkt_device by danborkmann@iogearbox.net · 12 years ago
  84. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  85. c06fff6 af_packet: packet_getsockopt() cleanup by Eric Dumazet · 12 years ago
  86. abc4e4f packet: dont drop packet but consume it by Eric Dumazet · 12 years ago
  87. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  88. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  89. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  90. 7f8e323 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  91. aef950b packet: fix possible dev refcnt leak when bind fail by Wei Yongjun · 12 years ago
  92. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  93. 0fd7bac net: relax rcvbuf limits by Eric Dumazet · 13 years ago
  94. 4ce4091 packet: Add needed_tailroom to packet_sendmsg_spkt by Herbert Xu · 13 years ago
  95. ae64194 net: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  96. eea49cc9 af_packet: de-inline some helper functions by Olof Johansson · 13 years ago
  97. bc416d9 macvlan: handle fragmented multicast frames by Eric Dumazet · 13 years ago
  98. 95f5f80 af_packet: remove unnecessary BUG_ON() in tpacket_destruct_skb by danborkmann@iogearbox.net · 13 years ago
  99. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  100. 7091fbd make PACKET_STATISTICS getsockopt report consistently between ring and non-ring by Willem de Bruijn · 13 years ago