1. 52b5092 net: Use __u32 in uapi net_stamp.h by Jesus Sanchez-Palencia · 7 years ago
  2. 9f17dbf netfilter: fix use-after-free in NF_HOOK_LIST by Edward Cree · 7 years ago
  3. 90b73b7 net: sched: change action API to use array of pointers to actions by Vlad Buslov · 7 years ago
  4. 0190c1d net: sched: atomically check-allocate action by Vlad Buslov · 7 years ago
  5. b409074 net: sched: add 'delete' function to action ops by Vlad Buslov · 7 years ago
  6. 2a2ea34 net: sched: implement action API that deletes action by index by Vlad Buslov · 7 years ago
  7. 789871b net: sched: implement unlocked action init API by Vlad Buslov · 7 years ago
  8. 036bb44 net: sched: change type of reference and bind counters by Vlad Buslov · 7 years ago
  9. eec94fd net: sched: use rcu for action cookie update by Vlad Buslov · 7 years ago
  10. b233504 openvswitch: kernel datapath clone action by Yifeng Sun · 7 years ago
  11. d64efd0 net/sched: flower: Add supprt for matching on QinQ vlan headers by Jianbo Liu · 7 years ago
  12. 24c590e net/flow_dissector: Add support for QinQ dissection by Jianbo Liu · 7 years ago
  13. 2064c3d net/flow_dissector: Save vlan ethertype from headers by Jianbo Liu · 7 years ago
  14. 22dd149 devlink: fix incorrect return statement by Arnd Bergmann · 7 years ago
  15. 678ca42 ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6 by Willem de Bruijn · 7 years ago
  16. 5fdaa88 ipv6: fold sockcm_cookie into ipcm6_cookie by Willem de Bruijn · 7 years ago
  17. 657a066 sock: sockc cookie initializer by Willem de Bruijn · 7 years ago
  18. b515430a ipv6: ipcm6_cookie initializer by Willem de Bruijn · 7 years ago
  19. 3517820 ipv4: ipcm_cookie initializers by Willem de Bruijn · 7 years ago
  20. d8269e2 net: ipv6: listify ipv6_rcv() and ip6_rcv_finish() by Edward Cree · 7 years ago
  21. f567bcd devlink: Add enable_sriov boolean generic parameter by Vasundhara Volam · 7 years ago
  22. 036467c devlink: Add generic parameters internal_err_reset and max_macs by Moshe Shemesh · 7 years ago
  23. ea601e1 devlink: Add devlink notifications support for params by Moshe Shemesh · 7 years ago
  24. ec01aeb devlink: Add support for get/set driverinit value by Moshe Shemesh · 7 years ago
  25. e3b7ca1 devlink: Add param set command by Moshe Shemesh · 7 years ago
  26. 45f05de devlink: Add param get command by Moshe Shemesh · 7 years ago
  27. eabaef1 devlink: Add devlink_param register and unregister by Moshe Shemesh · 7 years ago
  28. 6312fe7 net: limit each hash list length to MAX_GRO_SKBS by Li RongQing · 7 years ago
  29. 4b15c70 net/sched: Make etf report drops on error_queue by Jesus Sanchez-Palencia · 7 years ago
  30. 88cab77 net/sched: Add HW offloading capability to ETF by Jesus Sanchez-Palencia · 7 years ago
  31. 25db26a net/sched: Introduce the ETF Qdisc by Vinicius Costa Gomes · 7 years ago
  32. 860b642 net/sched: Allow creating a Qdisc watchdog with other clocks by Vinicius Costa Gomes · 7 years ago
  33. bc969a9 net: ipv4: Hook into time based transmission by Jesus Sanchez-Palencia · 7 years ago
  34. 80b14de net: Add a new socket option for a future transmit time. by Richard Cochran · 7 years ago
  35. e7e3728 net:sched: add action inheritdsfield to skbedit by Qiaobin Fu · 7 years ago
  36. 17266ee net: ipv4: listified version of ip_rcv by Edward Cree · 7 years ago
  37. 4ce0017 net: core: another layer of lists, around PF_MEMALLOC skb handling by Edward Cree · 7 years ago
  38. 920572b net: core: unwrap skb list receive slightly further by Edward Cree · 7 years ago
  39. f6ad8c1 net: core: trivial netif_receive_skb_list() entry point by Edward Cree · 7 years ago
  40. 0b0dce7 sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparams by Xin Long · 7 years ago
  41. 8a9c58d sctp: add support for dscp and flowlabel per transport by Xin Long · 7 years ago
  42. 69b9e1e ipv4: add __ip_queue_xmit() that supports tos param by Xin Long · 7 years ago
  43. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  44. 4e33d7d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  45. d6f1993 net: expose sk wmem in sock_exceed_buf_limit tracepoint by Yafang Shao · 7 years ago
  46. 603d4cf net: fix use-after-free in GRO with ESP by Sabrina Dubroca · 7 years ago
  47. fc9bab2 net: Enable Tx queue selection based on Rx queues by Amritha Nambiar · 7 years ago
  48. c6345ce net: Record receive queue number for a connection by Amritha Nambiar · 7 years ago
  49. 755c31c net: sock: Change tx_queue_mapping in sock_common to unsigned short by Amritha Nambiar · 7 years ago
  50. 80d1966 net: Refactor XPS for CPUs and Rx queues by Amritha Nambiar · 7 years ago
  51. d7563ca Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  52. c2aee37 Merge tag 'usb-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  53. 271b955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  54. 22d3e0c Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  55. e6e5bec Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  56. 8365da2 Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 7 years ago
  57. a1be5a2 tipc: extend sock diag for group communication by GhantaKrishnamurthy MohanKrishna · 7 years ago
  58. 4b1b7d3b net/smc: add SMC-D diag support by Hans Wippel · 7 years ago
  59. 1619f77 net/smc: add pnetid support for SMC-D and ISM by Hans Wippel · 7 years ago
  60. c6ba7c9 net/smc: add base infrastructure for SMC-D and ISM by Hans Wippel · 7 years ago
  61. 0afff91 net/smc: add pnetid support by Ursula Braun · 7 years ago
  62. ea5d0c3 tcp: add new SNMP counter for drops when try to queue in rcv queue by Yafang Shao · 7 years ago
  63. 85782e0 bpf: undo prog rejection on read-only lock failure by Daniel Borkmann · 7 years ago
  64. 0ed5269 net/sched: add tunnel option support to act_tunnel_key by Simon Horman · 7 years ago
  65. 256c87c net: check tunnel option type in tunnel flags by Pieter Jansen van Vuuren · 7 years ago
  66. 9544bc5 sg: remove ->sg_magic member by Jens Axboe · 7 years ago
  67. 5e4e8c5 Merge tag 'pm-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  68. 2cd3ae2 aio: mark __aio_sigset::sigmask const by Avi Kivity · 7 years ago
  69. b0e9a2f sctp: add support for SCTP_REUSE_PORT sockopt by Xin Long · 7 years ago
  70. b6e71bd ila: Flush netlink command to clear xlat table by Tom Herbert · 7 years ago
  71. 4c79579 bpf: Change bpf_fib_lookup to return lookup status by David Ahern · 7 years ago
  72. ea5f39f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  73. f77bc3a include/linux/dax.h: dax_iomap_fault() returns vm_fault_t by Souptick Joarder · 7 years ago
  74. d50d82f slub: fix failure when we delete and create a slab cache by Mikulas Patocka · 7 years ago
  75. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  76. f564650 netfilter: check if the socket netns is correct. by Flavio Leitner · 7 years ago
  77. d020d45 net sched actions: fix coding style in pedit headers by Roman Mashak · 7 years ago
  78. 0a9fe5c netem: slotting with non-uniform distribution by Yousuk Seung · 7 years ago
  79. 04c6faa Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  80. 0901441 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  81. debd52a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  82. c92067a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  83. 951a8ee nfp: reject binding to shared blocks by John Hurley · 7 years ago
  84. 0efc856 net/mlx5: E-Switch, Avoid setup attempt if not being e-switch manager by Or Gerlitz · 7 years ago
  85. 15bfd21 block: Fix transfer when chunk sectors exceeds max by Keith Busch · 7 years ago
  86. 3263674 net: sched: call reoffload op on block callback reg by John Hurley · 7 years ago
  87. 31533cb net: sched: cls_flower: implement offload tcf_proto_op by John Hurley · 7 years ago
  88. e56185c net: sched: add tcf_proto_op to offload a rule by John Hurley · 7 years ago
  89. 60513bd net: sched: pass extack pointer to block binds and cb registration by John Hurley · 7 years ago
  90. a8f62d0 ptp: support DPAA FMan 1588 timer in ptp_qoriq by Yangbo Lu · 7 years ago
  91. fdb5c45 bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF by Sean Young · 7 years ago
  92. fb22350 tcp: add SNMP counter for zero-window drops by Yafang Shao · 7 years ago
  93. 07d7836 net: Convert NAPI gro list into a small hash table. by David Miller · 7 years ago
  94. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
  95. ebc2dc5 Merge tag 'iio-fixes-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 7 years ago
  96. 9ff3b40 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  97. bee2003 disable -Wattribute-alias warning for SYSCALL_DEFINEx() by Arnd Bergmann · 7 years ago
  98. 8793bb7 kbuild: add macro for controlling warnings to linux/compiler.h by Arnd Bergmann · 7 years ago
  99. d2d2e3c acpi: Add helper for deactivating memory region by Heikki Krogerus · 7 years ago
  100. 6f0d349 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago