1. 5b0e662 bpf: virtio_net: Report bpf_prog ID during XDP_QUERY_PROG by Martin KaFai Lau · 8 years ago
  2. 821b2e2 bpf: mlx5e: Report bpf_prog ID during XDP_QUERY_PROG by Martin KaFai Lau · 8 years ago
  3. 2e37e9b bpf: mlx4: Report bpf_prog ID during XDP_QUERY_PROG by Martin KaFai Lau · 8 years ago
  4. 5803869 net: Add IFLA_XDP_PROG_ID by Martin KaFai Lau · 8 years ago
  5. 3dc0225 Merge branch 'skb-accessor-cleanups' by David S. Miller · 8 years ago
  6. 634fef6 networking: add and use skb_put_u8() by Johannes Berg · 8 years ago
  7. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  8. af72868 networking: make skb_pull & friends return void pointers by Johannes Berg · 8 years ago
  9. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  10. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  11. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 8 years ago
  12. 61f73d1 Merge branch 'r8152-adjust-runtime-suspend-resume' by David S. Miller · 8 years ago
  13. bd88298 r8152: move calling delay_autosuspend function by hayeswang · 8 years ago
  14. 21cbd0e r8152: split rtl8152_resume function by hayeswang · 8 years ago
  15. 54144b4 tls: Depend upon INET not plain NET. by David S. Miller · 8 years ago
  16. 117b07e Merge branch 'mlx4-XDP-performance-improvements' by David S. Miller · 8 years ago
  17. 4c07c13 net/mlx4_en: Refactor mlx4_en_free_tx_desc by Tariq Toukan · 8 years ago
  18. 9573e0d net/mlx4_en: Replace TXBB_SIZE multiplications with shift operations by Tariq Toukan · 8 years ago
  19. 77788b5b net/mlx4_en: Increase default TX ring size by Tariq Toukan · 8 years ago
  20. 6c78511 net/mlx4_en: Poll XDP TX completion queue in RX NAPI by Tariq Toukan · 8 years ago
  21. 36ea796 net/mlx4_en: Improve XDP xmit function by Tariq Toukan · 8 years ago
  22. f28186d net/mlx4_en: Improve stack xmit function by Tariq Toukan · 8 years ago
  23. cc26a49 net/mlx4_en: Improve transmit CQ polling by Tariq Toukan · 8 years ago
  24. 9bcee89 net/mlx4_en: Improve receive data-path by Tariq Toukan · 8 years ago
  25. 4931c6e net/mlx4_en: Optimized single ring steering by Saeed Mahameed · 8 years ago
  26. cf97050 net/mlx4_en: Remove unused argument in TX datapath function by Tariq Toukan · 8 years ago
  27. 1492a3a atm: solos-pci: remove useless variable assignments by Gustavo A. R. Silva · 8 years ago
  28. e4b7778 net: dsa: assign default CPU port to all ports by Vivien Didelot · 8 years ago
  29. 3715c47 Merge branch 'r8152-support-new-chips' by David S. Miller · 8 years ago
  30. d8fbd27 r8152: add byte_enable for ocp_read_word function by hayeswang · 8 years ago
  31. 65b82d6 r8152: support RTL8153B by hayeswang · 8 years ago
  32. c27b32c r8152: support new chip 8050 by hayeswang · 8 years ago
  33. 18b6e79 Merge branch 'ibmvnic-LPM-bug-fixes' by David S. Miller · 8 years ago
  34. 21ecba6 ibmvnic: Exit polling routine correctly during adapter reset by Thomas Falcon · 8 years ago
  35. 1cf9cc7 ibmvnic: Remove VNIC_CLOSING check from pending_scrq by Thomas Falcon · 8 years ago
  36. c8b2ad0 ibmvnic: Sanitize entire SCRQ buffer on reset by Thomas Falcon · 8 years ago
  37. 4c2687a ibmvnic: Ensure that TX queues are disabled in __ibmvnic_close by Thomas Falcon · 8 years ago
  38. c3e53b9 ibmvnic: Activate disabled RX buffer pools on reset by Thomas Falcon · 8 years ago
  39. 7e9191c sunvnet: restrict advertized checksum offloads to just IP by Shannon Nelson · 8 years ago
  40. 3d8bd78 Merge branch 'sched-act_tunnel_key-UDP-checksusm' by David S. Miller · 8 years ago
  41. 86087e1 net: sched: act_tunnel_key: make UDP checksum configurable by Jiri Benc · 8 years ago
  42. 63fe4c3 net: sched: act_tunnel_key: request UDP checksum by default by Jiri Benc · 8 years ago
  43. 9d7cded net: s2io: remove useless variable in fill_rx_buffers by Gustavo A. R. Silva · 8 years ago
  44. 1947030 Merge branch 'dsa-prefix-Global-macros' by David S. Miller · 8 years ago
  45. ccba8f3 net: dsa: mv88e6xxx: prefix Global Prio and Tag macros by Vivien Didelot · 8 years ago
  46. 57d1ef3 net: dsa: mv88e6xxx: prefix Global Stats macros by Vivien Didelot · 8 years ago
  47. 101515c net: dsa: mv88e6xxx: prefix Global Monitor Control macros by Vivien Didelot · 8 years ago
  48. d77f432 net: dsa: mv88e6xxx: prefix Global Control macros by Vivien Didelot · 8 years ago
  49. 7ec60d6e net: dsa: mv88e6xxx: prefix Global VTU macros by Vivien Didelot · 8 years ago
  50. 27c0e60 net: dsa: mv88e6xxx: prefix Global ATU macros by Vivien Didelot · 8 years ago
  51. 4b0c481 net: dsa: mv88e6xxx: prefix Global Switch MAC macros by Vivien Didelot · 8 years ago
  52. 8246692 net: dsa: mv88e6xxx: prefix Global Status macros by Vivien Didelot · 8 years ago
  53. 83ad357 skbuff: make skb_put_zero() return void by Johannes Berg · 8 years ago
  54. 108ea51 Merge branch 'net-ktls' by David S. Miller · 8 years ago
  55. 99c195f tls: Documentation by Dave Watson · 8 years ago
  56. 3c4d755 tls: kernel TLS support by Dave Watson · 8 years ago
  57. e3b5616 tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functions by Dave Watson · 8 years ago
  58. 734942c tcp: ULP infrastructure by Dave Watson · 8 years ago
  59. 206f60e Merge branch 'Broadcom-DTE-based-PTP-clock' by David S. Miller · 8 years ago
  60. 8a56aa1 ptp: Add a ptp clock driver for Broadcom DTE by Arun Parameswaran · 8 years ago
  61. 80d6076 dt-binding: ptp: add bindings document for dte based ptp clock by Arun Parameswaran · 8 years ago
  62. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  63. a090bd4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  64. 54ed0f7 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  65. 35e60a6 Merge tag 'acpi-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  66. 92091c4 Merge tag 'pm-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  67. b45edc2 Merge branch 'for-4.12/driver-matching-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 8 years ago
  68. 906e0c5 Merge tag 'media/v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  69. 640f93c i40e: Fix a sleep-in-atomic bug by Jia-Ju Bai · 8 years ago
  70. 9522933 Merge branch 'acpica-fixes' by Rafael J. Wysocki · 8 years ago
  71. f63e4f7 Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq' by Rafael J. Wysocki · 8 years ago
  72. f7aec12 rxrpc: Cache the congestion window setting by David Howells · 8 years ago
  73. 0430a26 liquidio: fix VF driver off-by-one bug when setting ethtool -C ethX rx-frames by Weilin Chang · 8 years ago
  74. 849a44d net: don't global ICMP rate limit packets originating from loopback by Jesper Dangaard Brouer · 8 years ago
  75. f5165a5 net/mlxfw: fix a NULL dereference by Dan Carpenter · 8 years ago
  76. c4f65b0 net/act_pedit: fix an error code by Dan Carpenter · 8 years ago
  77. 7608894 net: use skb_unref() in napi_consume_skb() by Paolo Abeni · 8 years ago
  78. 4cbf87c Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 8 years ago
  79. 0331402 qed: Fix an off by one bug by Dan Carpenter · 8 years ago
  80. 44e179d Merge branch 'mlxsw-Add-support-for-cable-info-access' by David S. Miller · 8 years ago
  81. 2ea1090 mlxsw: spectrum: Add support for access cable info via ethtool by Arkadi Sharshevsky · 8 years ago
  82. 7ca3699 mlxsw: reg: Add MCIA register for cable info access by Arkadi Sharshevsky · 8 years ago
  83. db46a0e net: update undefined ->ndo_change_mtu() comment by Magnus Damm · 8 years ago
  84. 4071bd8 Merge branch 'bpf-MIPS-infra' by David S. Miller · 8 years ago
  85. 4b7190e samples/bpf: Fix tracex5 to work with MIPS syscalls. by David Daney · 8 years ago
  86. c1932cd bpf: Add MIPS support to samples/bpf. by David Daney · 8 years ago
  87. b7127cf test_bpf: Add test to make conditional jump cross a large number of insns. by David Daney · 8 years ago
  88. e274da1 tools: bpf_jit_disasm: Handle large images. by David Daney · 8 years ago
  89. 2fae5d0 Merge branch 'bpf-ctx-narrow' by David S. Miller · 8 years ago
  90. 18f3d6b selftests/bpf: Add test cases to test narrower ctx field loads by Yonghong Song · 8 years ago
  91. 31fd858 bpf: permits narrower load from bpf program context fields by Yonghong Song · 8 years ago
  92. 7403060 net_sched: move tcf_lock down after gen_replace_estimator() by WANG Cong · 8 years ago
  93. a88e267 macvlan: propagate the mac address change status for lowerdev by Zhang Shengju · 8 years ago
  94. 55ce889 Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  95. 06e41d8 Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device by Shih-Yuan Lee (FourDollars) · 8 years ago
  96. a09c0fc ixgbe: pci_set_drvdata must be called before register_netdev by Jeff Mahoney · 8 years ago
  97. 4ebdf8a ixgbe: Resolve cppcheck format string warning by Tony Nguyen · 8 years ago
  98. d28b194 ixgbe: fix writes to PFQDE by Emil Tantilov · 8 years ago
  99. adc2c83 ixgbevf: Bump version number by Tony Nguyen · 8 years ago
  100. 01ec552 ixgbe: Bump version number by Tony Nguyen · 8 years ago