1. d9f37d0 net: convert gro_count to bitmask by Li RongQing · 7 years ago
  2. 4718799 tls: Fix zerocopy_from_iter iov handling by Boris Pismenny · 7 years ago
  3. 4799ac8 tls: Add rx inline crypto offload by Boris Pismenny · 7 years ago
  4. b190a58 tls: Fill software context without allocation by Boris Pismenny · 7 years ago
  5. 39f56e1 tls: Split tls_sw_release_resources_rx by Boris Pismenny · 7 years ago
  6. dafb67f tls: Split decrypt_skb to two functions by Boris Pismenny · 7 years ago
  7. d80a1b9d tls: Refactor tls_offload variable names by Boris Pismenny · 7 years ago
  8. 41ed9c0 tcp: Don't coalesce decrypted and encrypted SKBs by Boris Pismenny · 7 years ago
  9. 1413656 net: Add TLS RX offload feature by Ilya Lesokhin · 7 years ago
  10. 784abe2 net: Add decrypted field to skb by Boris Pismenny · 7 years ago
  11. 2aa4a33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  12. f333ee0 bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CB by Andrey Ignatov · 7 years ago
  13. ff0432e tcp: remove redundant rcv_nxt update by Yafang Shao · 7 years ago
  14. 01683a1 net: sched: refactor flower walk to iterate over idr by Vlad Buslov · 7 years ago
  15. c921c20 net: ipmr: add support for passing full packet on wrong vif by Nikolay Aleksandrov · 7 years ago
  16. a25717d xdp: support simultaneous driver and hw XDP attachment by Jakub Kicinski · 7 years ago
  17. 0529662 xdp: factor out common program/flags handling from drivers by Jakub Kicinski · 7 years ago
  18. 6b86758 xdp: don't make drivers report attachment mode by Jakub Kicinski · 7 years ago
  19. 4f91da2 xdp: add per mode attributes for attached programs by Jakub Kicinski · 7 years ago
  20. f6a69885 devlink: Add generic parameters region_snapshot by Alex Vesker · 7 years ago
  21. 4e54795 devlink: Add support for region snapshot read command by Alex Vesker · 7 years ago
  22. 866319b devlink: Add support for region snapshot delete command by Alex Vesker · 7 years ago
  23. a006d46 devlink: Extend the support querying for region snapshot IDs by Alex Vesker · 7 years ago
  24. d8db7ea5 devlink: Add support for region get command by Alex Vesker · 7 years ago
  25. d7e5272 devlink: Add support for creating region snapshots by Alex Vesker · 7 years ago
  26. ccadfa4 devlink: Add callback to query for snapshot id before snapshot create by Alex Vesker · 7 years ago
  27. b16ebe9 devlink: Add support for creating and destroying regions by Alex Vesker · 7 years ago
  28. 68d2f84 net: gro: properly remove skb from list by Prashant Bhole · 7 years ago
  29. 0761680 net: ipv4: fix listify ip_rcv_finish in case of forwarding by Jesper Dangaard Brouer · 7 years ago
  30. c749cdd net/sched: act_skbedit: don't use spinlock in the data path by Davide Caratti · 7 years ago
  31. 6f3dfb0 net/sched: skbedit: use per-cpu counters by Davide Caratti · 7 years ago
  32. cca9bab tcp: use monotonic timestamps for PAWS by Arnd Bergmann · 7 years ago
  33. d2bdd26 net/tls: Use aead_request_alloc/free for request alloc/free by Vakul Garg · 7 years ago
  34. 7ea817f tipc: check session number before accepting link protocol messages by Jon Maloy · 7 years ago
  35. 9012de5 tipc: add sequence number check for link STATE messages by Jon Maloy · 7 years ago
  36. e32f55f Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  37. 4929c94 tcp: expose both send and receive intervals for rate sample by Deepti Raghavan · 7 years ago
  38. e0479b6 net: sched: fix unprotected access to rcu cookie pointer by Vlad Buslov · 7 years ago
  39. 01e866b net: sched: act_ife: fix memory leak in ife init by Vlad Buslov · 7 years ago
  40. f24c598 net/ipv6: propagate net.ipv6.conf.all.addr_gen_mode to devices by Sabrina Dubroca · 7 years ago
  41. bdd72f4 net/ipv6: reserve room for IFLA_INET6_ADDR_GEN_MODE by Sabrina Dubroca · 7 years ago
  42. 70c30d7 net/ipv6: don't reinitialize ndev->cnf.addr_gen_mode on new inet6_dev by Sabrina Dubroca · 7 years ago
  43. c6dbf7a net/ipv6: fix addrconf_sysctl_addr_gen_mode by Sabrina Dubroca · 7 years ago
  44. 5e9a0fe net/sched: flower: Fix null pointer dereference when run tc vlan command by Jianbo Liu · 7 years ago
  45. 0c85034 sch_cake: Conditionally split GSO segments by Toke Høiland-Jørgensen · 7 years ago
  46. a729b7f sch_cake: Add overhead compensation support to the rate shaper by Toke Høiland-Jørgensen · 7 years ago
  47. 83f8fd6 sch_cake: Add DiffServ handling by Toke Høiland-Jørgensen · 7 years ago
  48. ea82511 sch_cake: Add NAT awareness to packet classifier by Toke Høiland-Jørgensen · 7 years ago
  49. b60a604 netfilter: Add nf_ct_get_tuple_skb global lookup function by Toke Høiland-Jørgensen · 7 years ago
  50. 8b71388 sch_cake: Add optional ACK filter by Toke Høiland-Jørgensen · 7 years ago
  51. 7298de9 sch_cake: Add ingress mode by Toke Høiland-Jørgensen · 7 years ago
  52. 046f6fd sched: Add Common Applications Kept Enhanced (cake) qdisc by Toke Høiland-Jørgensen · 7 years ago
  53. 95765a6 tcp: remove SG-related comment in tcp_sendmsg() by Julian Wiedmann · 7 years ago
  54. 9af86f9 net: core: fix use-after-free in __netif_receive_skb_list_core by Edward Cree · 7 years ago
  55. 8c057ef net: core: fix uses-after-free in list processing by Edward Cree · 7 years ago
  56. 8ec56fc net: allow fallback function to pass netdev by Alexander Duyck · 7 years ago
  57. 4f49dec net: allow ndo_select_queue to pass netdev by Alexander Duyck · 7 years ago
  58. a4ea8a3 net: Add generic ndo_select_queue functions by Alexander Duyck · 7 years ago
  59. eadec877 net: Add support for subordinate traffic classes to netdev_pick_tx by Alexander Duyck · 7 years ago
  60. ffcfe25 net: Add support for subordinate device traffic classes by Alexander Duyck · 7 years ago
  61. d7be977 net-sysfs: Drop support for XPS and traffic_class on single queue device by Alexander Duyck · 7 years ago
  62. c47078d tcp: remove redundant SOCK_DONE checks by Eric Dumazet · 7 years ago
  63. 0dbc81e net: sched: Fix warnings from xchg() on RCU'd cookie pointer. by David S. Miller · 7 years ago
  64. 90b73b7 net: sched: change action API to use array of pointers to actions by Vlad Buslov · 7 years ago
  65. 0190c1d net: sched: atomically check-allocate action by Vlad Buslov · 7 years ago
  66. cae422f net: sched: use reference counting action init by Vlad Buslov · 7 years ago
  67. 4e8ddd7 net: sched: don't release reference on action overwrite by Vlad Buslov · 7 years ago
  68. 16af606 net: sched: implement reference counted action release by Vlad Buslov · 7 years ago
  69. b409074 net: sched: add 'delete' function to action ops by Vlad Buslov · 7 years ago
  70. 2a2ea34 net: sched: implement action API that deletes action by index by Vlad Buslov · 7 years ago
  71. 3f7c72b net: sched: always take reference to action by Vlad Buslov · 7 years ago
  72. 789871b net: sched: implement unlocked action init API by Vlad Buslov · 7 years ago
  73. 036bb44 net: sched: change type of reference and bind counters by Vlad Buslov · 7 years ago
  74. eec94fd net: sched: use rcu for action cookie update by Vlad Buslov · 7 years ago
  75. b233504 openvswitch: kernel datapath clone action by Yifeng Sun · 7 years ago
  76. a4dc70d tipc: extend link reset criteria for stale packet retransmission by Jon Maloy · 7 years ago
  77. d64efd0 net/sched: flower: Add supprt for matching on QinQ vlan headers by Jianbo Liu · 7 years ago
  78. d306951 net/sched: flower: Dump the ethertype encapsulated in vlan by Jianbo Liu · 7 years ago
  79. 24c590e net/flow_dissector: Add support for QinQ dissection by Jianbo Liu · 7 years ago
  80. aaab083 net/sched: flower: Add support for matching on vlan ethertype by Jianbo Liu · 7 years ago
  81. 2064c3d net/flow_dissector: Save vlan ethertype from headers by Jianbo Liu · 7 years ago
  82. 8d356b8 rtnetlink: add rtnl_link_state check in rtnl_configure_link by Roopa Prabhu · 7 years ago
  83. fbf4781 ip: unconditionally set cork gso_size by Willem de Bruijn · 7 years ago
  84. 678ca42 ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6 by Willem de Bruijn · 7 years ago
  85. 5fdaa88 ipv6: fold sockcm_cookie into ipcm6_cookie by Willem de Bruijn · 7 years ago
  86. 657a066 sock: sockc cookie initializer by Willem de Bruijn · 7 years ago
  87. b515430a ipv6: ipcm6_cookie initializer by Willem de Bruijn · 7 years ago
  88. 3517820 ipv4: ipcm_cookie initializers by Willem de Bruijn · 7 years ago
  89. d8269e2 net: ipv6: listify ipv6_rcv() and ip6_rcv_finish() by Edward Cree · 7 years ago
  90. efe6aac net: ipv4: fix list processing on L3 slave devices by Edward Cree · 7 years ago
  91. 2cc0608 net: core: filter: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  92. 3cc87d0 net: decnet: dn_nsp_in: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  93. c53e0c7 tipc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  94. f567bcd devlink: Add enable_sriov boolean generic parameter by Vasundhara Volam · 7 years ago
  95. 036467c devlink: Add generic parameters internal_err_reset and max_macs by Moshe Shemesh · 7 years ago
  96. ea601e1 devlink: Add devlink notifications support for params by Moshe Shemesh · 7 years ago
  97. ec01aeb devlink: Add support for get/set driverinit value by Moshe Shemesh · 7 years ago
  98. e3b7ca1 devlink: Add param set command by Moshe Shemesh · 7 years ago
  99. 45f05de devlink: Add param get command by Moshe Shemesh · 7 years ago
  100. eabaef1 devlink: Add devlink_param register and unregister by Moshe Shemesh · 7 years ago