1. f203b76 xfrm: Add virtual xfrm interfaces by Steffen Klassert · 6 years ago
  2. 7e65264 xfrm: Add a new lookup key to match xfrm interfaces. by Steffen Klassert · 6 years ago
  3. d159ce7 flow: Extend flow informations with xfrm interface id. by Steffen Klassert · 6 years ago
  4. 9b42c1f xfrm: Extend the output_mark to support input direction and masking. by Steffen Klassert · 6 years ago
  5. dd55c4e Merge branch 'r8169-enable-ASPM-on-RTL8168E-VL' by David S. Miller · 6 years ago
  6. aa1e7d2 r8169: enable ASPM on RTL8168E-VL by Heiner Kallweit · 6 years ago
  7. f37658d r8169: align ASPM entry latency setting with vendor driver by Heiner Kallweit · 6 years ago
  8. a055b02 Merge branch 'pch_gbe-Cleanups' by David S. Miller · 6 years ago
  9. 418e7da net: pch_gbe: Clean up pch_gbe_set_multi by Paul Burton · 6 years ago
  10. 6ab91e4 net: pch_gbe: Inline pch_gbe_mac_mc_addr_list_update by Paul Burton · 6 years ago
  11. 99a9c28 net: pch_gbe: Use module_pci_driver() by Paul Burton · 6 years ago
  12. 90e3f63 net: pch_gbe: Remove dead RINGFREE code by Paul Burton · 6 years ago
  13. 41fd60f net: pch_gbe: Remove PCH_GBE_MAC_IFOP_RGMII define by Paul Burton · 6 years ago
  14. c63ebdf net: pch_gbe: Remove pch_gbe_hal_setup_init_funcs by Paul Burton · 6 years ago
  15. b02c38a net: pch_gbe: Remove get_bus_info HAL abstraction by Paul Burton · 6 years ago
  16. 3ef594b net: pch_gbe: Remove init_hw HAL abstraction by Paul Burton · 6 years ago
  17. c96a0f7 net: pch_gbe: Remove {read,write}_phy_reg HAL abstraction by Paul Burton · 6 years ago
  18. 7dbe38a net: pch_gbe: Remove reset_phy HAL abstraction by Paul Burton · 6 years ago
  19. 66dde2b net: pch_gbe: Remove sw_reset_phy HAL abstraction by Paul Burton · 6 years ago
  20. 9c020d7 net: pch_gbe: Remove read_mac_addr HAL abstraction by Paul Burton · 6 years ago
  21. ac6c0e0 net: pch_gbe: Remove power_{up,down}_phy HAL abstraction by Paul Burton · 6 years ago
  22. 33bfdea net: pch_gbe: Remove unused copybreak parameter by Paul Burton · 6 years ago
  23. 5424ea2 netns: get more entropy from net_hash_mix() by Eric Dumazet · 6 years ago
  24. 6c1f0a1 net: drivers/net: Convert random_ether_addr to eth_random_addr by Joe Perches · 6 years ago
  25. d55207e net: phy: Allow compile test of GPIO consumers if !GPIOLIB by Geert Uytterhoeven · 6 years ago
  26. a99790b r8169: Reinstate ASPM Support by Kai-Heng Feng · 6 years ago
  27. 671646c r8169: Don't disable ASPM in the driver by Kai-Heng Feng · 6 years ago
  28. cadefe5 tcp_bbr: fix bbr pacing rate for internal pacing by Eric Dumazet · 6 years ago
  29. 3f484a6 Merge branch 'usb-callbacks' by David S. Miller · 6 years ago
  30. feae641 net: usb: rtl8150: use irqsave() in USB's complete callback by Sebastian Andrzej Siewior · 6 years ago
  31. ed7aa30 net: usb: r8152: use irqsave() in USB's complete callback by Sebastian Andrzej Siewior · 6 years ago
  32. ba49fed net: usb: kaweth: use irqsave() in USB's complete callback by Sebastian Andrzej Siewior · 6 years ago
  33. 12c4de4 net: usb: hso: use irqsave() in USB's complete callback by Sebastian Andrzej Siewior · 6 years ago
  34. fafa6b1 net: usb: cdc-phonet: use irqsave() in USB's complete callback by Sebastian Andrzej Siewior · 6 years ago
  35. f79e711 ucc_geth: Add BQL support by Joakim Tjernlund · 6 years ago
  36. b212ffa Merge branch 'ISDN-irqsave-and-usb_fill_int_urb' by David S. Miller · 6 years ago
  37. 16630f5 isdn: mISDN: use irqsave() in USB's complete callback by Sebastian Andrzej Siewior · 6 years ago
  38. e112ce4 isdn: hisax: st5481_usb: use usb_fill_int_urb() by Sebastian Andrzej Siewior · 6 years ago
  39. dd3adc4 isdn: hisax: hfc_usb: use usb_fill_int_urb() by Sebastian Andrzej Siewior · 6 years ago
  40. 78c696c isdn: gigaset: use usb_fill_int_urb() by Sebastian Andrzej Siewior · 6 years ago
  41. e8f5b03 Merge branch 'ipsec-selftests-fixes' by David S. Miller · 6 years ago
  42. 7000d53 selftests: rtnetlink: use a local IP address for IPsec tests by Shannon Nelson · 6 years ago
  43. 1599b21 selftests: rtnetlink: hide complaint from terminated monitor by Shannon Nelson · 6 years ago
  44. 3f6c65d tcp: ignore rcv_rtt sample with old ts ecr value by Wei Wang · 6 years ago
  45. 66caeeb Merge branch 'rhashtables-cleanups' by David S. Miller · 6 years ago
  46. c069001 rhashtable: clean up dereference of ->future_tbl. by NeilBrown · 6 years ago
  47. 0ad6644 rhashtable: use cmpxchg() to protect ->future_tbl. by NeilBrown · 6 years ago
  48. 5af68ef rhashtable: simplify nested_table_alloc() and rht_bucket_nested_insert() by NeilBrown · 6 years ago
  49. 9b4f64a rhashtable: simplify INIT_RHT_NULLS_HEAD() by NeilBrown · 6 years ago
  50. 9f9a707 rhashtable: remove nulls_base and related code. by NeilBrown · 6 years ago
  51. 0eb71a9 rhashtable: split rhashtable.h by NeilBrown · 6 years ago
  52. cbab901 rhashtable: silence RCU warning in rhashtable_test. by NeilBrown · 6 years ago
  53. e5ab564 VSOCK: fix loopback on big-endian systems by Claudio Imbrenda · 6 years ago
  54. 40141bb4 net: ethernet: ti: davinci_cpdma: make function cpdma_desc_pool_create static by Colin Ian King · 6 years ago
  55. 962c661 Merge branch 'xen-netfront-fixes' by David S. Miller · 6 years ago
  56. 45c8184 xen-netfront: Update features after registering netdev by Ross Lagerwall · 6 years ago
  57. cb25778 xen-netfront: Fix mismatched rtnl_unlock by Ross Lagerwall · 6 years ago
  58. 44a5cd4 cls_flower: fix use after free in flower S/W path by Paolo Abeni · 6 years ago
  59. 945d015 net/packet: fix use-after-free by Eric Dumazet · 6 years ago
  60. 3739a21 selftests: net: add tcp_inq to gitignore by Anders Roxell · 6 years ago
  61. 64d7839 net: macb: Fix ptp time adjustment for large negative delta by Harini Katakam · 6 years ago
  62. 3087796 ipvlan: fix IFLA_MTU ignored on NEWLINK by Xin Long · 6 years ago
  63. fedb1bd3 sctp: fix erroneous inc of snmp SctpFragUsrMsgs by Marcelo Ricardo Leitner · 6 years ago
  64. 9262478 bpf: enforce correct alignment for instructions by Eric Dumazet · 6 years ago
  65. 08d0236 net: mscc: fix the injection header by Antoine Tenart · 6 years ago
  66. ea0820b net: davinci_emac: match the mdio device against its compatible if possible by Bartosz Golaszewski · 6 years ago
  67. 6d8b834 r8169: Fix netpoll oops by Ville Syrjälä · 6 years ago
  68. 456488c strparser: Don't schedule in workqueue in paused state by Vakul Garg · 6 years ago
  69. 73f9c33 selftests: net: add config fragments by Anders Roxell · 6 years ago
  70. c24fb5e bpfilter: fix user mode helper cross compilation by Matteo Croce · 6 years ago
  71. 1abd8a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  72. d8894a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  73. 81e97f0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 6 years ago
  74. 6d90eb7 Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  75. d471b6b HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large by Jason Gerecke · 6 years ago
  76. ebeaa36 HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation by Even Xu · 9 years ago
  77. 4bff980 HID: steam: use hid_device.driver_data instead of hid_set_drvdata() by Rodrigo Rivas Costa · 6 years ago
  78. f5b6534 proc: fix missing final NUL in get_mm_cmdline() rewrite by Linus Torvalds · 6 years ago
  79. 9887cba ip: limit use of gso_size to udp by Willem de Bruijn · 6 years ago
  80. b6cfffa stmmac: fix DMA channel hang in half-duplex mode by Bhadram Varka · 6 years ago
  81. bc8a2d9 net: stmmac: socfpga: add additional ocp reset line for Stratix10 by Dinh Nguyen · 6 years ago
  82. 12b0355 net: sungem: fix rx checksum support by Eric Dumazet · 6 years ago
  83. 8b26a06 bpfilter: ignore binary files by Matteo Croce · 6 years ago
  84. 421780f bpfilter: fix build error by Matteo Croce · 6 years ago
  85. 2aee167 net/usb/drivers: Remove useless hrtimer_active check by Daniel Lezcano · 6 years ago
  86. cbf56c2 net/sched: act_ife: preserve the action control in case of error by Davide Caratti · 6 years ago
  87. 0a889b9 net/sched: act_ife: fix recursive lock and idr leak by Davide Caratti · 6 years ago
  88. dc45519e net: ethernet: fix suspend/resume in davinci_emac by Bartosz Golaszewski · 6 years ago
  89. 7892bd0 net: propagate dev_get_valid_name return code by Li RongQing · 6 years ago
  90. 56f7722 enic: do not overwrite error code by Govindarajulu Varadarajan · 6 years ago
  91. 8c43bd1 net/tcp: Fix socket lookups with SO_BINDTODEVICE by David Ahern · 6 years ago
  92. f696a21 ptp: replace getnstimeofday64() with ktime_get_real_ts64() by Arnd Bergmann · 6 years ago
  93. 9b0a8da net/ipv6: respect rcu grace period before freeing fib6_info by Eric Dumazet · 6 years ago
  94. e522343 net: net_failover: fix typo in net_failover_slave_register() by Liran Alon · 6 years ago
  95. 548feb3 ipvlan: use ETH_MAX_MTU as max mtu by Xin Long · 6 years ago
  96. 4e8439a net: hamradio: use eth_broadcast_addr by Stefan Agner · 6 years ago
  97. 3256d29 enic: initialize enic->rfs_h.lock in enic_probe by Govindarajulu Varadarajan · 6 years ago
  98. d1a65e2 Merge branch 'NCSI-silence-warning-messages' by David S. Miller · 6 years ago
  99. 01a2198 MAINTAINERS: Add Sam as the maintainer for NCSI by Joel Stanley · 6 years ago
  100. 6e42a3f net/ncsi: Use netdev_dbg for debug messages by Joel Stanley · 6 years ago