1. 194ccc8 net: qrtr: Support decoding incoming v2 packets by Bjorn Andersson · 7 years ago
  2. f507a9b net: qrtr: Use sk_buff->cb in receive path by Bjorn Andersson · 7 years ago
  3. 1a7959c net: qrtr: Clean up control packet handling by Bjorn Andersson · 7 years ago
  4. e704448 net: qrtr: Pass source and destination to enqueue functions by Bjorn Andersson · 7 years ago
  5. da7653f net: qrtr: Add control packet definition to uapi by Bjorn Andersson · 7 years ago
  6. 2897871 net: qrtr: Move constants to header file by Bjorn Andersson · 7 years ago
  7. ae85bfa net: qrtr: Invoke sk_error_report() after setting sk_err by Bjorn Andersson · 7 years ago
  8. 7822b08 net: hns3: make local functions static by Wei Yongjun · 7 years ago
  9. b784ecb atm: idt77105: Drop needless setup_timer() by Kees Cook · 7 years ago
  10. fc75568 net: phy: at803x: Change error to EINVAL for invalid MAC by Dan Murphy · 7 years ago
  11. 87461f7 net: phy: DP83822 initial driver submission by Dan Murphy · 7 years ago
  12. 06d3e19 Merge branch 'lan9303-Add-basic-offloading-of-unicast-traffic' by David S. Miller · 7 years ago
  13. d99a86a net: dsa: lan9303: Add basic offloading of unicast traffic by Egil Hjelmeland · 7 years ago
  14. f7e3bfa net: dsa: lan9303: Move tag setup to new lan9303_setup_tagging by Egil Hjelmeland · 7 years ago
  15. 4a26981 tcp: fix tcp_unlink_write_queue() by Eric Dumazet · 7 years ago
  16. df2fd38 Merge tag 'mac80211-next-for-davem-2017-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 7 years ago
  17. 90a53e4 cfg80211: implement regdb signature checking by Johannes Berg · 7 years ago
  18. c8c240e cfg80211: reg: remove support for built-in regdb by Johannes Berg · 9 years ago
  19. 1ea4ff3 cfg80211: support reloading regulatory database by Johannes Berg · 7 years ago
  20. 007f6c5 cfg80211: support loading regulatory database as firmware file by Johannes Berg · 9 years ago
  21. 2a9e257 mac80211: only remove AP VLAN frames from TXQ by Johannes Berg · 7 years ago
  22. 8c418b5 fq: support filtering a given tin by Johannes Berg · 7 years ago
  23. 4133da7 mac80211: aead api to reduce redundancy by Xiang Gao · 7 years ago
  24. 8c03145 MAINTAINERS: update Johannes Berg's entries by Johannes Berg · 7 years ago
  25. b822696 openvswitch: add ct_clear action by Eric Garver · 7 years ago
  26. 833e0e2 net: dst: move cpu inside ifdef to avoid compilation warning by Jakub Kicinski · 7 years ago
  27. f44dea3 Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  28. b88d12e rtnetlink: bridge: use ext_ack instead of printk by Florian Westphal · 7 years ago
  29. 8f88f74 selftests: rtnetlink: test RTM_GETNETCONF by Florian Westphal · 7 years ago
  30. 31ce6ce Merge branch 'mlx4_en-num-of-rings' by David S. Miller · 7 years ago
  31. 80a8dc7 net/mlx4_en: Increase number of default RX rings by Inbar Karmy · 7 years ago
  32. b8d3943 net/mlx4_en: Limit the number of RX rings by Inbar Karmy · 7 years ago
  33. 7e1dc5e net/mlx4_en: Limit the number of TX rings by Inbar Karmy · 7 years ago
  34. 59d4387 Merge branch 'hnx3-rxnfc' by David S. Miller · 7 years ago
  35. abf11d0 net: hns3: fix the ring count for ETHTOOL_GRXRINGS by Lipeng · 7 years ago
  36. 07d2995 net: hns3: add support for ETHTOOL_GRXFH by Lipeng · 7 years ago
  37. f7db940 net: hns3: add support for set_rxnfc by Lipeng · 7 years ago
  38. 5668abd net: hns3: add support for set_ringparam by Lipeng · 7 years ago
  39. ee83f77 net: hns3: fixes the ring index in hns3_fini_ring by Lipeng · 7 years ago
  40. 652faa9 cxgb4: add new T5 pci device id's by Ganesh Goudar · 7 years ago
  41. 96ac18f cxgb4: Add support for new flash parts by Ganesh Goudar · 7 years ago
  42. 9f77fad net/core: Fix BUG to BUG_ON conditionals. by Tim Hansen · 7 years ago
  43. 67174bb Merge branch 'bpf-get-rid-of-global-verifier-state-and-reuse-instruction-printer' by David S. Miller · 7 years ago
  44. a2a7d57 bpf: write back the verifier log buffer as it gets filled by Jakub Kicinski · 7 years ago
  45. d66f2b9 bpf: don't rely on the verifier lock for metadata_dst allocation by Jakub Kicinski · 7 years ago
  46. c9c3599 tools: bpftool: use the kernel's instruction printer by Jakub Kicinski · 7 years ago
  47. f4ac7e0 bpf: move instruction printing into a separate file by Jakub Kicinski · 7 years ago
  48. 61bd521 bpf: move global verifier log into verifier environment by Jakub Kicinski · 7 years ago
  49. e7bf824 bpf: encapsulate verifier log state into a structure by Jakub Kicinski · 7 years ago
  50. a99ca6d selftests/bpf: add a test for verifier logs by Jakub Kicinski · 7 years ago
  51. 442d713 ipv6: fix incorrect bitwise operator used on rt6i_flags by Colin Ian King · 7 years ago
  52. b2427e6 ipv6: fix dereference of rt6_ex before null check error by Colin Ian King · 7 years ago
  53. 18eb863 igb: check memory allocation failure by Christophe JAILLET · 7 years ago
  54. 377b627 e1000e: Be drop monitor friendly by Florian Fainelli · 7 years ago
  55. 48072ae e1000e: apply burst mode settings only on default by Willem de Bruijn · 7 years ago
  56. b10effb e1000e: fix buffer overrun while the I219 is processing DMA transactions by Sasha Neftin · 8 years ago
  57. 4aea7a5c e1000e: Avoid receiver overrun interrupt bursts by Benjamin Poirier · 8 years ago
  58. 19110cf e1000e: Separate signaling for link check/link up by Benjamin Poirier · 8 years ago
  59. d3509f8 e1000e: Fix return value test by Benjamin Poirier · 8 years ago
  60. 65a29da e1000e: Fix wrong comment related to link detection by Benjamin Poirier · 8 years ago
  61. c4c40e5 e1000e: Fix error path in link detection by Benjamin Poirier · 8 years ago
  62. 812b5ca Add a driver for Renesas uPD60620 and uPD60620A PHYs by Bernd Edlinger · 7 years ago
  63. 1e6f745 vhost_net: do not stall on zerocopy depletion by Willem de Bruijn · 7 years ago
  64. ceaa001 openvswitch: Add erspan tunnel support. by William Tu · 7 years ago
  65. cf4c950 once: switch to new jump label API by Eric Biggers · 7 years ago
  66. d93fa2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  67. d0e6020 ipv6: use rcu_dereference_bh() in ipv6_route_seq_next() by Wei Wang · 7 years ago
  68. 529a86e Merge branch 'ppc-bundle' (bundle from Michael Ellerman) by Linus Torvalds · 7 years ago
  69. 9f7be89 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  70. 0349a86 Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  71. ff33952 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  72. fdfbad3 cdc_ether: flag the u-blox TOBY-L2 and SARA-U2 as wwan by Aleksander Morgado · 7 years ago
  73. 2c4d36b i40e: Avoid some useless variables and initializers in NVM functions by Stefano Brivio · 7 years ago
  74. 3d7d7a8 i40e: fix a typo by Rami Rosen · 7 years ago
  75. 9bcc07f i40e: use a local variable instead of calculating multiple times by Lihong Yang · 7 years ago
  76. 4988410 i40e: Retry AQC GetPhyAbilities to overcome I2CRead hangs by Jayaprakash Shanmugam · 7 years ago
  77. b861fb7 i40e: add check for return from find_first_bit call by Lihong Yang · 7 years ago
  78. 6f853d4 i40e: allow XPS with QoS enabled by Jacob Keller · 7 years ago
  79. 95bc2fb i40e/i40evf: bundle more descriptors when allocating buffers by Jacob Keller · 7 years ago
  80. 11f2900 i40e/i40evf: bump tail only in multiples of 8 by Jacob Keller · 7 years ago
  81. 7362be9 i40e: reduce lrxqthresh from 2 to 1 by Jacob Keller · 7 years ago
  82. dbadbbe i40e/i40evf: always set the CLEARPBA flag when re-enabling interrupts by Jacob Keller · 7 years ago
  83. 4270255 i40e/i40evf: fix incorrect default ITR values on driver load by Jacob Keller · 7 years ago
  84. c766b9a i40evf: fix mac filter removal timing issue by Alan Brady · 7 years ago
  85. 784548c i40e: use the safe hash table iterator when deleting mac filters by Lihong Yang · 7 years ago
  86. b48be99 i40e: fix flags declaration by Jacob Keller · 7 years ago
  87. 68ebe3c Merge tag 'nfs-for-4.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  88. 2e997d8 Merge branch 'ipv6-addrlabel-avoid-dirtying-ip6addrlbl_entry' by David S. Miller · 7 years ago
  89. 2809c09 ipv6: addrlabel: remove refcounting by Eric Dumazet · 7 years ago
  90. 66c77ff ipv6: addrlabel: rework ip6addrlbl_get() by Eric Dumazet · 7 years ago
  91. 1a2ace5 net: thunderx: mark expected switch fall-throughs in nicvf_main() by Gustavo A. R. Silva · 7 years ago
  92. fb60bcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  93. 5766cd6 Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 7 years ago
  94. 1ee87d7 Merge branch 'mlx4-static-checker-warnings' by David S. Miller · 7 years ago
  95. 7ba5e7b net/mlx4_en: Use __force to fix a sparse warning in TX datapath by Tariq Toukan · 7 years ago
  96. b71322d net/mlx4_core: Fix cast warning in fw.c by Tariq Toukan · 7 years ago
  97. bb428a5 net/mlx4: Fix endianness issue in qp context params by Tariq Toukan · 7 years ago
  98. acb40d8 thunderbolt: Initialize Thunderbolt bus earlier by Mika Westerberg · 7 years ago
  99. bfd8e5a ipv6: avoid zeroing per cpu data again by Eric Dumazet · 7 years ago
  100. 996b44f udp: fix bcast packet reception by Paolo Abeni · 7 years ago