1. 4576cd4 packet: refine ring v3 block size test to hold one frame by Willem de Bruijn · 6 years ago
  2. 993675a packet: reset network header if packet shorter than ll reserved space by Willem de Bruijn · 6 years ago
  3. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  4. 945d015 net/packet: fix use-after-free by Eric Dumazet · 6 years ago
  5. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 6 years ago
  6. fd3a886 net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan by Willem de Bruijn · 6 years ago
  7. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  8. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  9. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  10. eb73190 net/packet: refine check for priv area size by Eric Dumazet · 6 years ago
  11. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  12. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 6 years ago
  13. 9aad13b packet: fix reserve calculation by Willem de Bruijn · 6 years ago
  14. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  15. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 6 years ago
  16. b84bbaf packet: in packet_snd start writing at link layer allocation by Willem de Bruijn · 6 years ago
  17. 865b03f dev: packet: make packet_direct_xmit a common function by Magnus Karlsson · 6 years ago
  18. a6361f0 packet: fix bitfield update race by Willem de Bruijn · 6 years ago
  19. 5171b37 net: af_packet: fix race in PACKET_{R|T}X_RING by Eric Dumazet · 6 years ago
  20. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 6 years ago
  21. cb5e340 net: Convert packet_net_ops by Kirill Tkhai · 7 years ago
  22. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  23. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  24. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  25. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  26. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  27. f53c723 net: Add asynchronous callbacks for xfrm on layer 2. by Steffen Klassert · 7 years ago
  28. 15fe076 net/packet: fix a race in packet_bind() and packet_notifier() by Eric Dumazet · 7 years ago
  29. 57f015f packet: fix crash in fanout_demux_rollover() by Mike Maloney · 7 years ago
  30. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  31. 669f8f1 packet: exit_net cleanup check added by Vasily Averin · 7 years ago
  32. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  33. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  34. 17bfd8c net: af_packet: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  35. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  36. 509c7a1 packet: avoid panic in packet_getsockopt() by Eric Dumazet · 7 years ago
  37. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  38. da7c956 packet: only test po->has_vnet_hdr once in packet_snd by Willem de Bruijn · 7 years ago
  39. 4971613 packet: in packet_do_bind, test fanout with bind_lock held by Willem de Bruijn · 7 years ago
  40. 2d04cfc net: af_packet: use setup_timer() helper. by Allen Pais · 7 years ago
  41. 008ba2a packet: hold bind lock when rebinding to fanout hook by Willem de Bruijn · 7 years ago
  42. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  43. edbd58b packet: Don't write vnet header beyond end of buffer by Benjamin Poirier · 7 years ago
  44. 3b2b69e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  45. c27927e packet: fix tp_reserve race in packet_set_ring by Willem de Bruijn · 7 years ago
  46. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  47. c800aaf packet: fix use-after-free in prb_retire_rx_blk_timer_expired() by WANG Cong · 7 years ago
  48. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  49. 8410095 net/packet: remove unused PGV_FROM_VMALLOC definition. by Rosen, Rami · 7 years ago
  50. ccd4eb4 net/packet: Fix Tx queue selection for AF_PACKET by Iván Briano · 7 years ago
  51. fb5c2c1 net: convert packet_fanout.sk_ref from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  52. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  53. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  54. 664f46a net/packet: remove unneeded declaraion of tpacket_snd(). by Rosen, Rami · 7 years ago
  55. 878cd3b net/packet: remove unused parameter in prb_curr_blk_in_use(). by Rosen, Rami · 7 years ago
  56. d19b183 net/packet: fix missing net_device reference release by Douglas Caetano dos Santos · 7 years ago
  57. b1513c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  58. fd2c83b net/packet: check length in getsockopt() called with PACKET_HDRLEN by Alexander Potapenko · 7 years ago
  59. 4a69a86 packet: add PACKET_FANOUT_FLAG_UNIQUEID to assign new fanout group id. by Mike Maloney · 7 years ago
  60. bcc5364 net/packet: fix overflow in check for tp_reserve by Andrey Konovalov · 7 years ago
  61. 8f8d28e net/packet: fix overflow in check for tp_frame_nr by Andrey Konovalov · 7 years ago
  62. 2b6867c net/packet: fix overflow in check for priv area size by Andrey Konovalov · 7 years ago
  63. 540e289 net: don't call strlen() on the user buffer in packet_bind_spkt() by Alexander Potapenko · 8 years ago
  64. f787d1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  65. 2bd624b packet: Do not call fanout_release from atomic contexts by Anoob Soman · 8 years ago
  66. 3f64116 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  67. d199fab packet: fix races in fanout_add() by Eric Dumazet · 8 years ago
  68. 35eeacf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  69. 57031eb packet: round up linear to header len by Willem de Bruijn · 8 years ago
  70. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  71. 6391a44 virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receiving by Jason Wang · 8 years ago
  72. a505e58 packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3 by Sowmini Varadhan · 8 years ago
  73. 57ea884 packet: fix panic in __packet_set_timestamp on tpacket_v3 in tx mode by Daniel Borkmann · 8 years ago
  74. 7f953ab af_packet: TX_RING support for TPACKET_V3 by Sowmini Varadhan · 8 years ago
  75. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  76. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  77. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 8 years ago
  78. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  79. 84ac726 packet: fix race condition in packet_set_ring by Philip Pettersson · 8 years ago
  80. 5a21388 af_packet: Use virtio_net_hdr_from_skb() directly. by Jarno Rajahalme · 8 years ago
  81. db60eb5f af_packet: Use virtio_net_hdr_to_skb(). by Jarno Rajahalme · 8 years ago
  82. 9403cd7 virtio_net: Do not clear memory for struct virtio_net_hdr twice. by Jarno Rajahalme · 8 years ago
  83. 104ba78 packet: on direct_xmit, limit tso and csum to supported devices by Willem de Bruijn · 8 years ago
  84. 6664498 packet: call fanout_release, while UNREGISTERING a netdev by Anoob Soman · 8 years ago
  85. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  86. f8e7718 packet: propagate sock_cmsg_send() error by Soheil Hassas Yeganeh · 8 years ago
  87. edbe774 packet: fix second argument of sock_tx_timestamp() by Yoshihiro Shimoda · 8 years ago
  88. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  89. eb70db8 packet: Use symmetric hash for PACKET_FANOUT_HASH. by David S. Miller · 8 years ago
  90. 113214b bpf: refactor bpf_prog_get and type check into helper by Daniel Borkmann · 8 years ago
  91. 1276f24 packet: use common code for virtio_net_hdr and skb GSO conversion by Mike Rapoport · 8 years ago
  92. 719c44d packet: compat support for sock_fprog by Willem de Bruijn · 8 years ago
  93. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  94. da37845 packet: uses kfree_skb() for errors. by Weongyo Jeong · 8 years ago
  95. 309cf37 packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface by Mathias Krause · 8 years ago
  96. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  97. 6ae81ce af_packet: tone down the Tx-ring unsupported spew. by Dave Jones · 8 years ago
  98. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 8 years ago
  99. 9ed988c packet: validate variable length ll headers by Willem de Bruijn · 9 years ago
  100. 7cad1ba net: core: use __ethtool_get_ksettings by David Decotigny · 9 years ago