1. 78cbac64 Merge branch 'ip-faster-in-order-IP-fragments' by David S. Miller · 7 years ago
  2. a4fd284 ip: process in-order fragments efficiently by Peter Oskolkov · 7 years ago
  3. 353c9cb ip: add helpers to process in-order fragments faster. by Peter Oskolkov · 7 years ago
  4. 6a92ef0 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  5. 9a95d9c Merge branch 'Remove-rtnl-lock-dependency-from-all-action-implementations' by David S. Miller · 7 years ago
  6. e329bc4 net: sched: act_police: remove dependency on rtnl lock by Vlad Buslov · 7 years ago
  7. 51a9f5a net: core: protect rate estimator statistics pointer with lock by Vlad Buslov · 7 years ago
  8. 4e23281 net: sched: act_mirred: remove dependency on rtnl lock by Vlad Buslov · 7 years ago
  9. 84a75b3 net: sched: extend action ops with put_dev callback by Vlad Buslov · 7 years ago
  10. 764e9a2 net: sched: act_vlan: remove dependency on rtnl lock by Vlad Buslov · 7 years ago
  11. 729e012 net: sched: act_tunnel_key: remove dependency on rtnl lock by Vlad Buslov · 7 years ago
  12. c881455 net: sched: act_skbmod: remove dependency on rtnl lock by Vlad Buslov · 7 years ago
  13. 5e48180 net: sched: act_simple: remove dependency on rtnl lock by Vlad Buslov · 7 years ago
  14. d772849 net: sched: act_sample: remove dependency on rtnl lock by Vlad Buslov · 7 years ago
  15. 67b0c1a net: sched: act_pedit: remove dependency on rtnl lock by Vlad Buslov · 7 years ago
  16. ff25276 net: sched: act_ipt: remove dependency on rtnl lock by Vlad Buslov · 7 years ago
  17. 54d0d42 net: sched: act_ife: remove dependency on rtnl lock by Vlad Buslov · 7 years ago
  18. e8917f4 net: sched: act_gact: remove dependency on rtnl lock by Vlad Buslov · 7 years ago
  19. b6a2b97 net: sched: act_csum: remove dependency on rtnl lock by Vlad Buslov · 7 years ago
  20. 2142236 net: sched: act_bpf: remove dependency on rtnl lock by Vlad Buslov · 7 years ago
  21. 2b14e1e Merge branch 'net-sctp-Avoid-allocating-high-order-memory-with-kmalloc' by David S. Miller · 7 years ago
  22. 0d493b4 net/sctp: Replace in/out stream arrays with flex_array by Konstantin Khorenko · 7 years ago
  23. 05364ca net/sctp: Make wrappers for accessing in/out streams by Konstantin Khorenko · 7 years ago
  24. b70f1f3 tc: Update README and add config by Keara Leibovitz · 7 years ago
  25. 3305f9a Merge branch 'l2tp-rework-pppol2tp-ioctl-handling' by David S. Miller · 7 years ago
  26. 4f5f85e l2tp: let pppol2tp_ioctl() fallback to dev_ioctl() by Guillaume Nault · 7 years ago
  27. 7390ed8 l2tp: zero out stats in pppol2tp_copy_stats() by Guillaume Nault · 7 years ago
  28. b0e2906 l2tp: remove pppol2tp_session_ioctl() by Guillaume Nault · 7 years ago
  29. 528534f l2tp: remove pppol2tp_tunnel_ioctl() by Guillaume Nault · 7 years ago
  30. 79e6760 l2tp: handle PPPIOC[GS]MRU and PPPIOC[GS]FLAGS in pppol2tp_ioctl() by Guillaume Nault · 7 years ago
  31. bdd0292 l2tp: simplify pppol2tp_ioctl() by Guillaume Nault · 7 years ago
  32. 01e28b9 l2tp: split l2tp_session_get() by Guillaume Nault · 7 years ago
  33. d6a61ec l2tp: define l2tp_tunnel_uses_xfrm() by Guillaume Nault · 7 years ago
  34. 8a8982d Merge branch 'netsec-driver-improvements' by David S. Miller · 7 years ago
  35. b6311b7 net: socionext: Increase descriptors to 256 by Ilias Apalodimas · 7 years ago
  36. 63ae794 net: socionext: Use descriptor info instead of MMIO reads on Rx by Ilias Apalodimas · 7 years ago
  37. 78aca3b vxge: remove set but not used variable 'req_out', 'status' and 'ret' by YueHaibing · 7 years ago
  38. 29afde5 Merge branch 'virtio_net-Expand-affinity-to-arbitrary-numbers-of-cpu-and-vq' by David S. Miller · 7 years ago
  39. 2ca653d virtio_net: Stripe queue affinities across cores. by Caleb Raitto · 7 years ago
  40. 19e226e virtio: Make vp_set_vq_affinity() take a mask. by Caleb Raitto · 7 years ago
  41. 07624df lan743x: lan743x: Add PTP support by Bryan Whitehead · 7 years ago
  42. 217e502 Merge branch 'tcp-new-mechanism-to-ACK-immediately' by David S. Miller · 7 years ago
  43. fd2123a tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag by Yuchung Cheng · 7 years ago
  44. 15bdd56 tcp: always ACK immediately on hole repairs by Yuchung Cheng · 7 years ago
  45. d2ccd7b tcp: avoid resetting ACK timer in DCTCP by Yuchung Cheng · 7 years ago
  46. 466466d tcp: mandate a one-time immediate ACK by Yuchung Cheng · 7 years ago
  47. 8a8a894 wimax: usb-tx: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  48. 8490630 wimax: usb-fw: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  49. d331e75 net: dp83640: Mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  50. 98ed1e6 rxrpc: remove redundant static int 'zero' by Colin Ian King · 7 years ago
  51. f741917 drivers/net/usb/r8152: remove the unneeded variable "ret" in rtl8152_system_suspend by zhong jiang · 7 years ago
  52. ec0c967 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  53. d472b3a xen/netfront: don't cache skb_shinfo() by Juergen Gross · 7 years ago
  54. 556fdd8 Merge branch 'cpsw-runtime-pm-fix' by David S. Miller · 7 years ago
  55. 803c4f6 net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlan by Ivan Khoronzhuk · 7 years ago
  56. be35b98 net: ethernet: ti: cpsw: clear all entries when delete vid by Ivan Khoronzhuk · 7 years ago
  57. 4f7a7be zram: remove BD_CAP_SYNCHRONOUS_IO with writeback feature by Minchan Kim · 7 years ago
  58. 24eee1e mm/memory.c: check return value of ioremap_prot by jie@chenjie6@huwei.com · 7 years ago
  59. 3ca17b1 lib/ubsan: remove null-pointer checks by Andrey Ryabinin · 7 years ago
  60. 5832fcf9 MAINTAINERS: GDB: update e-mail address by Kieran Bingham · 7 years ago
  61. 8605212 bnxt_en: Fix strcpy() warnings in bnxt_ethtool.c by Vasundhara Volam · 7 years ago
  62. 0520344 liquidio: copperhead LED identification by Raghu Vatsavayi · 7 years ago
  63. 1e7953b qed/qede: qede_setup_tc() can be static by kbuild test robot · 7 years ago
  64. 4f23c43 mlxsw: core: remove unnecessary function mlxsw_core_driver_put by YueHaibing · 7 years ago
  65. 0f5c6c3 net: mvneta: fix mvneta_config_rss on armada 3700 by Jisheng Zhang · 7 years ago
  66. 0d86caf net/smc: send response to test link signal by Ursula Braun · 7 years ago
  67. a487711 Merge branch 'r8169-smaller-improvements' by David S. Miller · 7 years ago
  68. abe8b2f r8169: don't configure max jumbo frame size per chip version by Heiner Kallweit · 7 years ago
  69. eb88f5f r8169: don't configure csum function per chip version by Heiner Kallweit · 7 years ago
  70. 05bbe55 r8169: simplify interrupt handler by Heiner Kallweit · 7 years ago
  71. 098b01a r8169: don't include asm headers directly by Heiner Kallweit · 7 years ago
  72. bc4fcd0 r8169: remove version info by Heiner Kallweit · 7 years ago
  73. 0780b86 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 7 years ago
  74. fd68565 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  75. ebddd97 cxgb4: add support to display DCB info by Ganesh Goudar · 7 years ago
  76. e4ed2b9 net: chelsio: cxgb2: remove unused array pci_speed by Colin Ian King · 7 years ago
  77. 29a06a7 mlxsw: remove unused arrays mlxsw_i2c_driver_name and mlxsw_pci_driver_name by Colin Ian King · 7 years ago
  78. c9fbb2d net: Provide stub for __netif_set_xps_queue if there is no CONFIG_XPS by Krzysztof Kozlowski · 7 years ago
  79. f313b43be Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  80. aa12af7 Bluetooth: Add definitions for LE set address resolution by Ankit Navik · 7 years ago
  81. e91e218 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  82. 36d2f76 cxgb4: update 1.20.8.0 as the latest firmware supported by Ganesh Goudar · 7 years ago
  83. 4d99f66 net: allow to call netif_reset_xps_queues() under cpus_read_lock by Andrei Vagin · 7 years ago
  84. 4005a7c net: phy: sftp: print debug message with text, not numbers by Andrew Lunn · 7 years ago
  85. 51507c5 ethernet/qlogic: remove unused array msi_tgt_status by Colin Ian King · 7 years ago
  86. 933de78 net: dsa: rtl8366rb: Support port 4 (WAN) by Linus Walleij · 7 years ago
  87. cd16e5b mlxsw: spectrum_flower: use PTR_ERR_OR_ZERO() by YueHaibing · 7 years ago
  88. 63cc5bc net: sched: fix block->refcnt decrement by Jiri Pirko · 7 years ago
  89. 0bab1cd decnet: fix using plain integer as NULL warning by YueHaibing · 7 years ago
  90. 15693fd net: skbuff.h: fix using plain integer as NULL warning by YueHaibing · 7 years ago
  91. 98471b5 be2net: Use Kconfig flag to support for enabling/disabling adapters by Petr Oros · 7 years ago
  92. eb95f52 net: ipv6_gre: Fix GRO to work on IPv6 over GRE tap by Maria Pasechnik · 7 years ago
  93. 3337715 Merge branch 'qed-Enhancements' by David S. Miller · 7 years ago
  94. 2ce9c93 qede: Ingress tc flower offload (drop action) support. by Manish Chopra · 7 years ago
  95. 91a56ad qede: Add destination ip based flow profile. by Manish Chopra · 7 years ago
  96. 5e7baf0 qed/qede: Multi CoS support. by Manish Chopra · 7 years ago
  97. 2eee32a Merge branch 's390-qeth-next' by David S. Miller · 7 years ago
  98. 1a363b0 s390/qeth: use true and false for boolean values by Gustavo A. R. Silva · 7 years ago
  99. f15cdaf s390/qeth: don't restrict qeth_card to DMA memory by Julian Wiedmann · 7 years ago
  100. 95f4d8b s390/qeth: clean up card initialization by Julian Wiedmann · 7 years ago