1. 84ac726 packet: fix race condition in packet_set_ring by Philip Pettersson · 8 years ago
  2. 104ba78 packet: on direct_xmit, limit tso and csum to supported devices by Willem de Bruijn · 8 years ago
  3. 6664498 packet: call fanout_release, while UNREGISTERING a netdev by Anoob Soman · 8 years ago
  4. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  5. f8e7718 packet: propagate sock_cmsg_send() error by Soheil Hassas Yeganeh · 8 years ago
  6. edbe774 packet: fix second argument of sock_tx_timestamp() by Yoshihiro Shimoda · 8 years ago
  7. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  8. eb70db8 packet: Use symmetric hash for PACKET_FANOUT_HASH. by David S. Miller · 8 years ago
  9. 113214b bpf: refactor bpf_prog_get and type check into helper by Daniel Borkmann · 8 years ago
  10. 1276f24 packet: use common code for virtio_net_hdr and skb GSO conversion by Mike Rapoport · 8 years ago
  11. 719c44d packet: compat support for sock_fprog by Willem de Bruijn · 8 years ago
  12. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  13. da37845 packet: uses kfree_skb() for errors. by Weongyo Jeong · 8 years ago
  14. 309cf37 packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface by Mathias Krause · 8 years ago
  15. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  16. 6ae81ce af_packet: tone down the Tx-ring unsupported spew. by Dave Jones · 8 years ago
  17. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 8 years ago
  18. 9ed988c packet: validate variable length ll headers by Willem de Bruijn · 8 years ago
  19. 7cad1ba net: core: use __ethtool_get_ksettings by David Decotigny · 8 years ago
  20. 1d036d2 packet: tpacket_snd gso and checksum offload by Willem de Bruijn · 8 years ago
  21. 8d39b4a packet: parse tpacket header before skb alloc by Willem de Bruijn · 8 years ago
  22. 58d19b1 packet: vnet_hdr support for tpacket_rcv by Willem de Bruijn · 8 years ago
  23. 16cc140 packet: move vnet_hdr code to helper functions by Willem de Bruijn · 8 years ago
  24. 880621c packet: Allow packets with only a header (but no payload) by Martin Blumenstingl · 9 years ago
  25. 90836b6 packet: Use PAGE_ALIGNED macro by Tobias Klauser · 9 years ago
  26. 4194b49 packet: Don't check frames_per_block against negative values by Tobias Klauser · 9 years ago
  27. 5cfb4c8 packet: fix tpacket_snd max frame len by Daniel Borkmann · 9 years ago
  28. c72219b packet: infer protocol from ethernet header if unset by Daniel Borkmann · 9 years ago
  29. 3c70c13 packet: only allow extra vlan len on ethernet devices by Daniel Borkmann · 9 years ago
  30. 8fd6c80 packet: always probe for transport header by Daniel Borkmann · 9 years ago
  31. efdfa2f packet: do skb_probe_transport_header when we actually have data by Daniel Borkmann · 9 years ago
  32. 30f7ea1 packet: race condition in packet_bind by Francesco Ruggeri · 9 years ago
  33. 19bcf9f ipv4: Pass struct net into ip_defrag and ip_check_defrag by Eric W. Biederman · 9 years ago
  34. 161642e packet: fix match_fanout_group() by Eric Dumazet · 9 years ago
  35. c7d39e3 packet: support per-packet fwmark for af_packet sendmsg by Edward Jee · 9 years ago
  36. ff936a0 bpf: fix cb access in socket filter programs by Alexei Starovoitov · 9 years ago
  37. bab1899 bpf, seccomp: prepare for upcoming criu support by Daniel Borkmann · 9 years ago
  38. d3869ef Fix AF_PACKET ABI breakage in 4.2 by David Woodhouse · 9 years ago
  39. f2e5209 packet: add extended BPF fanout mode by Willem de Bruijn · 9 years ago
  40. 47dceb8 packet: add classic BPF fanout mode by Willem de Bruijn · 9 years ago
  41. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  42. 73d0fcf packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer() by Tobias Klauser · 9 years ago
  43. dbd46ab packet: tpacket_snd(): fix signed/unsigned comparison by Alexander Drozdov · 9 years ago
  44. 158cd4a packet: missing dev_put() in packet_do_bind() by Lars Westerhoff · 9 years ago
  45. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  46. e8e85cc packet: remove handling of tx_ring by Maninder Singh · 9 years ago
  47. 468479e packet: avoid out of bounds read in round robin fanout by Willem de Bruijn · 9 years ago
  48. 59f2111 packet: free packet_rollover after synchronize_net by Willem de Bruijn · 9 years ago
  49. f98f451 packet: read num_members once in packet_rcv_fanout() by Eric Dumazet · 9 years ago
  50. 4633c9e net-packet: fix null pointer exception in rollover mode by Willem de Bruijn · 9 years ago
  51. 54d7c01 packet: fix warnings in rollover lock contention by Willem de Bruijn · 9 years ago
  52. a9b6391 packet: rollover statistics by Willem de Bruijn · 9 years ago
  53. 3b3a5b0 packet: rollover huge flows before small flows by Willem de Bruijn · 9 years ago
  54. 2ccdbaa packet: rollover lock contention avoidance by Willem de Bruijn · 9 years ago
  55. 9954729 packet: rollover only to socket with headroom by Willem de Bruijn · 9 years ago
  56. 0648ab7 packet: rollover prepare: per-socket state by Willem de Bruijn · 9 years ago
  57. ad377ca packet: rollover prepare: move code out of callsites by Willem de Bruijn · 9 years ago
  58. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  59. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  60. fbf33a2 af_packet / TX_RING not fully non-blocking (w/ MSG_DONTWAIT). by Kretschmer, Mathias · 9 years ago
  61. 682f048 af_packet: pass checksum validation status to the user by Alexander Drozdov · 9 years ago
  62. 68c2e5d af_packet: make tpacket_rcv to not set status value before run_filter by Alexander Drozdov · 9 years ago
  63. 0c5c9fb net: Introduce possible_net_t by Eric W. Biederman · 9 years ago
  64. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  65. 82f1709 net: delete stale packet_mclist entries by Francesco Ruggeri · 9 years ago
  66. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  67. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  68. 3bc3b96 net: add common accessor for setting dropcount on packets by Eyal Birger · 9 years ago
  69. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 9 years ago
  70. 2472d76 net: packet: use sockaddr_ll fields as storage for skb original length in recvmsg path by Eyal Birger · 9 years ago
  71. 41a50d6 af_packet: don't pass empty blocks for PACKET_V3 by Alexander Drozdov · 9 years ago
  72. 3f34b24 af_packet: allow packets defragmentation not only for hash fanout type by Alexander Drozdov · 9 years ago
  73. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  74. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  75. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 9 years ago
  76. eee2f04 packet: make packet too small warning match condition by Willem de Bruijn · 9 years ago
  77. 46d2cfb packet: bail out of packet_snd() if L2 header creation fails by Christoph Jaeger · 9 years ago
  78. da413ee packet: Fixed TPACKET V3 to signal poll when block is closed rather than every packet by Dan Collins · 10 years ago
  79. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  80. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  81. dc9e515 af_packet: virtio 1.0 stubs by Michael S. Tsirkin · 10 years ago
  82. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  83. 6e58040 af_packet: fix sparse warning by Michael S. Tsirkin · 10 years ago
  84. 8feb2fb switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter() by Al Viro · 10 years ago
  85. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 10 years ago
  86. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  87. 9c70776 packet: make packet_snd fail on len smaller than l2 header by Willem de Bruijn · 10 years ago
  88. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  89. fa2dbdc net: Pass a "more" indication down into netdev_start_xmit() code paths. by David S. Miller · 10 years ago
  90. 10b3ad8 net: Do txq_trans_update() in netdev_start_xmit() by David S. Miller · 10 years ago
  91. 10c51b5623 net: add skb_get_tx_queue() helper by Daniel Borkmann · 10 years ago
  92. 4798248 net: Add ops->ndo_xmit_flush() by David S. Miller · 10 years ago
  93. dc80811 packet: handle too big packets for PACKET_V3 by Eric Dumazet · 10 years ago
  94. 68a360e packet: remove deprecated syststamp timestamp by Willem de Bruijn · 10 years ago
  95. fe8c0f4 packet: remove unnecessary break after return by Fabian Frederick · 10 years ago
  96. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  97. a53b72c net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dump by Eric W. Biederman · 10 years ago
  98. 78541c1 net: Fix ns_capable check in sock_diag_put_filterinfo by Andrew Lutomirski · 10 years ago
  99. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  100. 8e2f1a6 packet: fix packet_direct_xmit for BQL enabled drivers by Daniel Borkmann · 10 years ago