1. 2e709b54 Merge android-4.9.212(7e0f964) into msm-4.9 by jianzhou · 4 years, 2 months ago
  2. c30521f Merge android-4.9.208(9759f95) into msm-4.9 by jianzhou · 4 years, 2 months ago
  3. 451081e packet: fix data-race in fanout_flow_is_huge() by Eric Dumazet · 4 years, 6 months ago
  4. 0c16985 packet: in recvmsg msg_name return at least sizeof sockaddr_ll by Willem de Bruijn · 5 years ago
  5. 43c0e11 af_packet: set defaule value for tmo by Mao Wenan · 4 years, 5 months ago
  6. dca3398 Merge android-4.9.190 (476e7ea) into msm-4.9 by jianzhou · 4 years, 6 months ago
  7. 7876df05 net/packet: fix race in tpacket_snd() by Eric Dumazet · 4 years, 9 months ago
  8. dd97575 Merge android-4.9.185 (70d52cb) into msm-4.9 by jianzhou · 4 years, 9 months ago
  9. 0c76cea af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKET by Neil Horman · 4 years, 10 months ago
  10. a931344 Merge android-4.9.177 (e6d81da) into msm-4.9 by jianzhou · 5 years ago
  11. cabdf6b Merge android-4.9-174 (d47e38b) into msm-4.9 by Tengfei Fan · 5 years ago
  12. d64b2c0 Merge android-4.9.167 (e1a8bab) into msm-4.9 by jianzhou · 5 years ago
  13. 7b7b9da packet: Fix error path in packet_init by YueHaibing · 5 years ago
  14. 71061f1 packet: validate msg_namelen in send directly by Willem de Bruijn · 5 years ago
  15. dd779cb Merge android-4.9.163 (429c144) into msm-4.9 by jianzhou · 5 years ago
  16. 936a918 packets: Always register packet sk in the same order by Maxime Chevallier · 5 years ago
  17. 49190e4 net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec by Christoph Paasch · 5 years ago
  18. 3b70317 net/packet: fix 4gb buffer limit due to overflow check by Kal Conley · 5 years ago
  19. 902a0ce Merge android-4.9.152 (fd37e28) into msm-4.9 by jianzhou · 5 years ago
  20. b62aeea Merge android-4.9.149 (ed0b11d) into msm-4.9 by jianzhou · 5 years ago
  21. 2525133 packet: Do not leak dev refcounts on error exit by Jason Gunthorpe · 5 years ago
  22. 84e1bfd packet: validate address length if non-zero by Willem de Bruijn · 5 years ago
  23. 3ddf35c packet: validate address length by Willem de Bruijn · 5 years ago
  24. 2f1b7c8 Merge android-4.9.124 (6a1b592) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  25. f56989b Merge android-4.9.114 (dbcb748) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  26. 5962984 packet: refine ring v3 block size test to hold one frame by Willem de Bruijn · 6 years ago
  27. 4770fdc packet: reset network header if packet shorter than ll reserved space by Willem de Bruijn · 6 years ago
  28. 9dc96f7 net/packet: fix use-after-free by Eric Dumazet · 6 years ago
  29. 80f55ac Merge android-4.9.108 (b7d377b) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  30. 98ae895 Merge changes Ia7c70965,I881a3f8d into msm-4.9 by Linux Build Service Account · 6 years ago
  31. 1118c60 packet: fix reserve calculation by Willem de Bruijn · 6 years ago
  32. ba2ce02 net/packet: refine check for priv area size by Eric Dumazet · 6 years ago
  33. ded3533 Merge "Merge android-4.9.99 (c462abb) into msm-4.9" by Linux Build Service Account · 6 years ago
  34. 35b2e8c net: convert packet_fanout.sk_ref from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  35. 6190cce packet: in packet_snd start writing at link layer allocation by Willem de Bruijn · 6 years ago
  36. 55ca7b1 net: af_packet: fix race in PACKET_{R|T}X_RING by Eric Dumazet · 6 years ago
  37. b2a5207 packet: fix bitfield update race by Willem de Bruijn · 6 years ago
  38. 5471afe net/packet: fix a race in packet_bind() and packet_notifier() by Eric Dumazet · 6 years ago
  39. 30c573a packet: fix crash in fanout_demux_rollover() by Mike Maloney · 6 years ago
  40. 57ffb0e packet: avoid panic in packet_getsockopt() by Eric Dumazet · 7 years ago
  41. 24ee394 packet: only test po->has_vnet_hdr once in packet_snd by Willem de Bruijn · 7 years ago
  42. 0f22167 packet: in packet_do_bind, test fanout with bind_lock held by Willem de Bruijn · 7 years ago
  43. 6f7cdd4 packet: hold bind lock when rebinding to fanout hook by Willem de Bruijn · 7 years ago
  44. 897e8c5 net/packet: check length in getsockopt() called with PACKET_HDRLEN by Alexander Potapenko · 7 years ago
  45. 8c623e5 packet: Don't write vnet header beyond end of buffer by Benjamin Poirier · 7 years ago
  46. e584135 packet: fix tp_reserve race in packet_set_ring by Willem de Bruijn · 7 years ago
  47. 47f3bf6 packet: fix use-after-free in prb_retire_rx_blk_timer_expired() by WANG Cong · 7 years ago
  48. f79d330 net/packet: fix missing net_device reference release by Douglas Caetano dos Santos · 7 years ago
  49. 1f49c8c net/packet: fix overflow in check for tp_reserve by Andrey Konovalov · 7 years ago
  50. 1045212 net/packet: fix overflow in check for tp_frame_nr by Andrey Konovalov · 7 years ago
  51. 16fc98c net/packet: fix overflow in check for priv area size by Andrey Konovalov · 7 years ago
  52. 62fe052 net: don't call strlen() on the user buffer in packet_bind_spkt() by Alexander Potapenko · 7 years ago
  53. 9206efc packet: Do not call fanout_release from atomic contexts by Anoob Soman · 7 years ago
  54. 722737f packet: fix races in fanout_add() by Eric Dumazet · 7 years ago
  55. 8284954 packet: round up linear to header len by Willem de Bruijn · 7 years ago
  56. 1e7cbb4 virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receiving by Jason Wang · 7 years ago
  57. 84ac726 packet: fix race condition in packet_set_ring by Philip Pettersson · 7 years ago
  58. 104ba78 packet: on direct_xmit, limit tso and csum to supported devices by Willem de Bruijn · 8 years ago
  59. 6664498 packet: call fanout_release, while UNREGISTERING a netdev by Anoob Soman · 8 years ago
  60. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  61. f8e7718 packet: propagate sock_cmsg_send() error by Soheil Hassas Yeganeh · 8 years ago
  62. edbe774 packet: fix second argument of sock_tx_timestamp() by Yoshihiro Shimoda · 8 years ago
  63. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  64. eb70db8 packet: Use symmetric hash for PACKET_FANOUT_HASH. by David S. Miller · 8 years ago
  65. 113214b bpf: refactor bpf_prog_get and type check into helper by Daniel Borkmann · 8 years ago
  66. 1276f24 packet: use common code for virtio_net_hdr and skb GSO conversion by Mike Rapoport · 8 years ago
  67. 719c44d packet: compat support for sock_fprog by Willem de Bruijn · 8 years ago
  68. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  69. da37845 packet: uses kfree_skb() for errors. by Weongyo Jeong · 8 years ago
  70. 309cf37 packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interface by Mathias Krause · 8 years ago
  71. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  72. 6ae81ce af_packet: tone down the Tx-ring unsupported spew. by Dave Jones · 8 years ago
  73. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 8 years ago
  74. 9ed988c packet: validate variable length ll headers by Willem de Bruijn · 8 years ago
  75. 7cad1ba net: core: use __ethtool_get_ksettings by David Decotigny · 8 years ago
  76. 1d036d2 packet: tpacket_snd gso and checksum offload by Willem de Bruijn · 8 years ago
  77. 8d39b4a packet: parse tpacket header before skb alloc by Willem de Bruijn · 8 years ago
  78. 58d19b1 packet: vnet_hdr support for tpacket_rcv by Willem de Bruijn · 8 years ago
  79. 16cc140 packet: move vnet_hdr code to helper functions by Willem de Bruijn · 8 years ago
  80. 880621c packet: Allow packets with only a header (but no payload) by Martin Blumenstingl · 8 years ago
  81. 90836b6 packet: Use PAGE_ALIGNED macro by Tobias Klauser · 8 years ago
  82. 4194b49 packet: Don't check frames_per_block against negative values by Tobias Klauser · 8 years ago
  83. 5cfb4c8 packet: fix tpacket_snd max frame len by Daniel Borkmann · 8 years ago
  84. c72219b packet: infer protocol from ethernet header if unset by Daniel Borkmann · 8 years ago
  85. 3c70c13 packet: only allow extra vlan len on ethernet devices by Daniel Borkmann · 8 years ago
  86. 8fd6c80 packet: always probe for transport header by Daniel Borkmann · 8 years ago
  87. efdfa2f packet: do skb_probe_transport_header when we actually have data by Daniel Borkmann · 8 years ago
  88. 30f7ea1 packet: race condition in packet_bind by Francesco Ruggeri · 8 years ago
  89. 19bcf9f ipv4: Pass struct net into ip_defrag and ip_check_defrag by Eric W. Biederman · 9 years ago
  90. 161642e packet: fix match_fanout_group() by Eric Dumazet · 9 years ago
  91. c7d39e3 packet: support per-packet fwmark for af_packet sendmsg by Edward Jee · 9 years ago
  92. ff936a0 bpf: fix cb access in socket filter programs by Alexei Starovoitov · 9 years ago
  93. bab1899 bpf, seccomp: prepare for upcoming criu support by Daniel Borkmann · 9 years ago
  94. d3869ef Fix AF_PACKET ABI breakage in 4.2 by David Woodhouse · 9 years ago
  95. f2e5209 packet: add extended BPF fanout mode by Willem de Bruijn · 9 years ago
  96. 47dceb8 packet: add classic BPF fanout mode by Willem de Bruijn · 9 years ago
  97. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  98. 73d0fcf packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer() by Tobias Klauser · 9 years ago
  99. dbd46ab packet: tpacket_snd(): fix signed/unsigned comparison by Alexander Drozdov · 9 years ago
  100. 158cd4a packet: missing dev_put() in packet_do_bind() by Lars Westerhoff · 9 years ago