1. e681cc6 net/tls: align non temporal copy to cache lines by Jakub Kicinski · 5 years ago
  2. e7b159a net/tls: remove the record tail optimization by Jakub Kicinski · 5 years ago
  3. d4774ac net/tls: use RCU for the adder to the offload record list by Jakub Kicinski · 5 years ago
  4. 7ccd451 net/tls: unref frags in order by Jakub Kicinski · 5 years ago
  5. fcd8c62 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 5 years ago
  6. 0079ad8 ipmr: remove hard code cache_resolve_queue_len limit by Hangbin Liu · 5 years ago
  7. b58662a tcp: ulp: fix possible crash in tcp_diag_get_aux_size() by Eric Dumazet · 5 years ago
  8. 3dd97a0 net: fib_notifier: move fib_notifier_ops from struct net into per-net struct by Jiri Pirko · 5 years ago
  9. b8f6a0e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 5 years ago
  10. 1e46c09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  11. 8bb3537 Bluetooth: hidp: Fix assumptions on the return value of hidp_send_message by Dan Elkouby · 5 years ago
  12. d1967e4 net_sched: act_police: add 2 new attributes to support police 64bit rate and peakrate by David Dai · 5 years ago
  13. 95a7233 net: openvswitch: Set OvS recirc_id from tc chain index by Paul Blakey · 5 years ago
  14. 72bb169 Bluetooth: mgmt: Use struct_size() helper by Gustavo A. R. Silva · 5 years ago
  15. 569428d Bluetooth: 6lowpan: Make variable header_ops constant by Nishka Dasgupta · 5 years ago
  16. ad4a679 Bluetooth: Add support for utilizing Fast Advertising Interval by Spoorthi Ravishankar Koppad · 6 years ago
  17. 25dc18f xsk: lock the control mutex in sock_diag interface by Björn Töpel · 5 years ago
  18. 42fddcc xsk: use state member for socket synchronization by Björn Töpel · 5 years ago
  19. 9764f4b xsk: avoid store-tearing when assigning umem by Björn Töpel · 5 years ago
  20. 94a9976 xsk: avoid store-tearing when assigning queues by Björn Töpel · 5 years ago
  21. aa4095a netfilter: nf_tables: fix possible null-pointer dereference in object update by Fernando Fernandez Mancera · 5 years ago
  22. a8a213c pppoatm: use %*ph to print small buffer by Andy Shevchenko · 5 years ago
  23. 44c4091 Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 5 years ago
  24. da3a3b6 net: mpoa: Use kzfree rather than its implementation. by zhong jiang · 5 years ago
  25. 60b3990 sunrpc: Use kzfree rather than its implementation. by zhong jiang · 5 years ago
  26. f4d7c8e vsock/virtio: a better comment on credit update by Michael S. Tsirkin · 5 years ago
  27. 6e3d02b net/tls: dedup the record cleanup by Jakub Kicinski · 5 years ago
  28. be2fbc1 net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICE by Jakub Kicinski · 5 years ago
  29. 3544c98a net/tls: narrow down the critical area of device_offload_lock by Jakub Kicinski · 5 years ago
  30. 90962b4 net/tls: don't jump to return by Jakub Kicinski · 5 years ago
  31. be7bbea net/tls: use the full sk_proto pointer by Jakub Kicinski · 5 years ago
  32. 842841e Convert usage of IN_MULTICAST to ipv4_is_multicast by Dave Taht · 5 years ago
  33. 9367fa0 net/sched: cbs: remove redundant assignment to variable port_rate by Colin Ian King · 5 years ago
  34. 9d71dd0 can: add support of SAE J1939 protocol by The j1939 authors · 6 years ago
  35. 9868b5d can: introduce CAN_REQUIRED_SIZE macro by Kurt Van Dijck · 6 years ago
  36. 24efc6d can: af_can: use spin_lock_bh() for &net->can.rcvlists_lock by Oleksij Rempel · 6 years ago
  37. bdfb576 can: af_can: remove NULL-ptr checks from users of can_dev_rcv_lists_find() by Marc Kleine-Budde · 6 years ago
  38. 8df9ffb can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_lists by Marc Kleine-Budde · 6 years ago
  39. ffd956e can: introduce CAN midlayer private and allocate it automatically by Marc Kleine-Budde · 6 years ago
  40. 3f15035 can: af_can: can_pernet_exit(): no need to iterate over and cleanup registered CAN devices by Marc Kleine-Budde · 6 years ago
  41. e2586a5 can: af_can: can_rx_register(): use max() instead of open coding it by Marc Kleine-Budde · 6 years ago
  42. 6625a18 can: af_can: give variable holding the CAN receiver and the receiver list a sensible name by Marc Kleine-Budde · 6 years ago
  43. fac7850 can: af_can: rename find_dev_rcv_lists() to can_dev_rcv_lists_find() by Marc Kleine-Budde · 6 years ago
  44. 3ee6d2b can: af_can: rename find_rcv_list() to can_rcv_list_find() by Marc Kleine-Budde · 6 years ago
  45. ff7fbea can: proc: give variable holding the CAN per device receive lists a sensible name by Marc Kleine-Budde · 6 years ago
  46. 56be1d5 can: af_can: give variable holding the CAN per device receive lists a sensible name by Marc Kleine-Budde · 6 years ago
  47. 564577d can: netns: remove "can_" prefix from members struct netns_can by Marc Kleine-Budde · 6 years ago
  48. 448c707 can: proc: give variables holding CAN statistics a sensible name by Marc Kleine-Budde · 6 years ago
  49. e2c1f5c can: af_can: give variables holding CAN statistics a sensible name by Marc Kleine-Budde · 6 years ago
  50. 2341086 can: netns: give members of struct netns_can holding the statistics a sensible name by Marc Kleine-Budde · 6 years ago
  51. 6c43bb3 can: netns: give structs holding the CAN statistics a sensible name by Marc Kleine-Budde · 6 years ago
  52. 85936e5 netfilter: nft_quota: add quota object update support by Fernando Fernandez Mancera · 5 years ago
  53. d62d0ba netfilter: nf_tables: Introduce stateful object update operation by Fernando Fernandez Mancera · 5 years ago
  54. 4ba0ebb net: dsa: Fix off-by-one number of calls to devlink_port_unregister by Vladimir Oltean · 5 years ago
  55. 765b759 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  56. 345464f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  57. 56fcd40 netlabel: remove redundant assignment to pointer iter by Colin Ian King · 5 years ago
  58. 6f67104 net/ncsi: add response handlers for PLDM over NC-SI by Ben Wei · 5 years ago
  59. 58b6be4 devlink: Use switch-case instead of if-else by Parav Pandit · 5 years ago
  60. c7282b5 devlink: Make port index data type as unsigned int by Parav Pandit · 5 years ago
  61. 26811cc net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diag by Davide Caratti · 5 years ago
  62. 61723b3 tcp: ulp: add functions to dump ulp-specific information by Davide Caratti · 5 years ago
  63. 15a7dea net/tls: use RCU protection on icsk->icsk_ulp_data by Jakub Kicinski · 5 years ago
  64. 1c6c09a net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rate by Vladimir Oltean · 5 years ago
  65. f04b514 taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byte by Vladimir Oltean · 5 years ago
  66. efb5522 taprio: Fix kernel panic in taprio_destroy by Vladimir Oltean · 5 years ago
  67. 5f33183 net: dsa: tag_8021q: Restore bridge VLANs when enabling vlan_filtering by Vladimir Oltean · 5 years ago
  68. f40d9b20 net: bridge: Populate the pvid flag in br_vlan_get_info by Vladimir Oltean · 5 years ago
  69. 5b16100 Merge tag 'batadv-net-for-davem-20190830' of git://git.open-mesh.org/linux-merge by David S. Miller · 5 years ago
  70. c3d7a08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  71. c05cd36 xsk: add support to allow unaligned chunk placement by Kevin Laatz · 5 years ago
  72. 0741be3 bpf: fix error check in bpf_tcp_gen_syncookie by Petar Penkov · 5 years ago
  73. f2b795e net: sched: cls_matchall: cleanup flow_action before deallocating by Vlad Buslov · 5 years ago
  74. de8e1be tcp_bbr: clarify that bbr_bdp() rounds up in comments by Luke Hsiao · 5 years ago
  75. fa730a3 sched: act_vlan: implement stats_update callback by Jiri Pirko · 5 years ago
  76. d12040b rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2] by David Howells · 5 years ago
  77. a285c1f Merge tag 'rxrpc-fixes-20190827' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 5 years ago
  78. fbcb0b4 Merge tag 'ceph-for-5.3-rc7' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  79. daf1de9 netfilter: nft_meta_bridge: Fix get NFT_META_BRI_IIFVPROTO in network byteorder by wenxu · 5 years ago
  80. f8b43c5 mac80211: Correctly set noencrypt for PAE frames by Denis Kenzior · 5 years ago
  81. c8a41c6 mac80211: Don't memset RXCB prior to PAE intercept by Denis Kenzior · 5 years ago
  82. de20900 netfilter: nf_flow_table: clear skb tstamp before xmit by Florian Westphal · 5 years ago
  83. 092e22e net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueue by Davide Caratti · 5 years ago
  84. 888a5c5 tcp: inherit timestamp on mtu probe by Willem de Bruijn · 5 years ago
  85. dbf47a2 net: sched: act_sample: fix psample group handling on overwrite by Vlad Buslov · 5 years ago
  86. 0754b4e openvswitch: Clear the L4 portion of the key for "later" fragments. by Justin Pettit · 5 years ago
  87. ad06a56 openvswitch: Properly set L4 keys on "later" IP fragments by Greg Rose · 5 years ago
  88. a84d016 mld: fix memory leak in mld_del_delrec() by Eric Dumazet · 5 years ago
  89. 04d37cf net/sched: pfifo_fast: fix wrong dereference when qdisc is reset by Davide Caratti · 5 years ago
  90. e8c9920 libceph: don't call crypto_free_sync_skcipher() on a NULL tfm by Jia-Ju Bai · 5 years ago
  91. fdfc5c8 tcp: remove empty skb from write queue in error cases by Eric Dumazet · 5 years ago
  92. 7d0a065 net/rds: Fix info leak in rds6_inc_info_copy() by Ka-Cheong Poon · 5 years ago
  93. d5886b9 sctp: allow users to set ep ecn flag by sockopt by Xin Long · 5 years ago
  94. 2f5268a sctp: allow users to set netns ecn flag with sysctl by Xin Long · 5 years ago
  95. 1b0b811 sctp: make ecn flag per netns and endpoint by Xin Long · 5 years ago
  96. 2c1644c net: fix skb use after free in netpoll by Feng Sun · 5 years ago
  97. 9b236d2 net: dsa: Advertise the VLAN offload netdev ability only if switch supports it by Vladimir Oltean · 5 years ago
  98. bcccb0a net: dsa: tag_8021q: Future-proof the reserved fields in the custom VID by Vladimir Oltean · 5 years ago
  99. b949990 net: dsa: clear VLAN PVID flag for CPU port by Vivien Didelot · 5 years ago
  100. 7e1741b net: dsa: program VLAN on CPU port from slave by Vivien Didelot · 5 years ago