1. 4c1feac net: vrf: Flip IPv6 output path from FIB lookup hook to out hook by David Ahern · 8 years ago
  2. ebfc102 net: vrf: Flip IPv4 output path from FIB lookup hook to out hook by David Ahern · 8 years ago
  3. 5f02ce24 net: l3mdev: Allow the l3mdev to be a loopback by David Ahern · 8 years ago
  4. a8e3e1a net: l3mdev: Add hook to output path by David Ahern · 8 years ago
  5. 9ee0034 net: flow: Add l3mdev flow update by David Ahern · 8 years ago
  6. cf9932a ATM-ZeitNet: Fix indentation for one DPRINTK() call in start_rx() by Markus Elfring · 8 years ago
  7. 0f0d0ed ATM-ZeitNet: Replace one kzalloc() call by kcalloc() by Markus Elfring · 8 years ago
  8. 5ad3ea3 ATM-ZeitNet: Improve a size determination in zatm_open() by Markus Elfring · 8 years ago
  9. 32230ac ATM-ZeitNet: Use kmalloc_array() in start_tx() by Markus Elfring · 8 years ago
  10. 0ba8abb ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx() by Markus Elfring · 8 years ago
  11. 304f0a4e ATM-nicstar: Refactor a kmalloc() call in ns_init_card() by Markus Elfring · 8 years ago
  12. ee41f07 ATM-nicstar: Improve another size determination in ns_init_card() by Markus Elfring · 8 years ago
  13. 24310fd ATM-nicstar: Improve another size determination in get_scq() by Markus Elfring · 8 years ago
  14. 7870612 ATM-nicstar: Use kmalloc_array() in get_scq() by Markus Elfring · 8 years ago
  15. 2594a2a tcp: better use ooo_last_skb in tcp_data_queue_ofo() by Eric Dumazet · 8 years ago
  16. ed22709 openvswitch: use alias for genetlink family names by Thadeu Lima de Souza Cascardo · 8 years ago
  17. 3a8963a Revert "hv_netvsc: make inline functions static" by Stephen Hemminger · 8 years ago
  18. 55fdbb0 Merge branch 'mlx5-next' by David S. Miller · 8 years ago
  19. f1ee87f net/mlx5: Organize device list API in one place by Mohamad Haj Yahia · 8 years ago
  20. 9df3060 net/mlx5e: Restore vlan filter after seamless reset by Mohamad Haj Yahia · 8 years ago
  21. 26e59d8 net/mlx5e: Implement mlx5e interface attach/detach callbacks by Mohamad Haj Yahia · 8 years ago
  22. 1ab2068 net/mlx5: Implement vports admin state backup/restore by Mohamad Haj Yahia · 8 years ago
  23. c2d6e31 net/mlx5: Align sriov/eswitch modules with the new load/unload flow. by Mohamad Haj Yahia · 8 years ago
  24. 62a9b90 net/mlx5: Implement eswitch attach/detach flows by Mohamad Haj Yahia · 8 years ago
  25. acab721 net/mlx5: Implement SRIOV attach/detach flows by Mohamad Haj Yahia · 8 years ago
  26. 59211bd net/mlx5: Split the load/unload flow into hardware and software flows by Mohamad Haj Yahia · 8 years ago
  27. 737a234 net/mlx5: Introduce attach/detach to interface API by Mohamad Haj Yahia · 8 years ago
  28. 6b6adee net/mlx5: SRIOV core code refactoring by Mohamad Haj Yahia · 8 years ago
  29. d62292e net/mlx5: Skip waiting for vf pages in internal error by Mohamad Haj Yahia · 8 years ago
  30. 48b4e51 Merge branch 'net-is_enabled' by David S. Miller · 8 years ago
  31. 65b323e xfrm: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  32. aebf5de sctp: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  33. 0013de3 net: sched: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  34. 9dd7994 l2tp: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  35. 6ca40d4 ipv4: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  36. 181402a net: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  37. 9a81c34 lec: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  38. a73ec31 appletalk: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  39. 34c1b08 Merge branch 'fs_enet-opt' by David S. Miller · 8 years ago
  40. b0ba357 net: fs_enet: make rx_copybreak value configurable by Christophe Leroy · 8 years ago
  41. 070e1f0 net: fs_enet: don't unmap DMA when packet len is below copybreak by Christophe Leroy · 8 years ago
  42. 8572763 net: fs_enet: merge NAPI RX and NAPI TX by Christophe Leroy · 8 years ago
  43. d1ba24f Merge branch 'act_tunnel_key' by David S. Miller · 8 years ago
  44. d0f6dd8 net/sched: Introduce act_tunnel_key by Amir Vadai · 8 years ago
  45. bc3103f net/sched: cls_flower: Classify packet in ip tunnels by Amir Vadai · 8 years ago
  46. 2ff378b net/dst: Utility functions to build dst_metadata without supplying an skb by Amir Vadai · 8 years ago
  47. d817f43 net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id() by Amir Vadai · 8 years ago
  48. e808bb6 ATM-iphase: Use kmalloc_array() in tx_init() by Markus Elfring · 8 years ago
  49. 171a6c5 Merge branch 'alx-msix' by David S. Miller · 8 years ago
  50. 0c58ee0 alx: add module parameter to enable msi-x support by Tobias Regnery · 8 years ago
  51. dc39a78 alx: add msi-x support by Tobias Regnery · 8 years ago
  52. a0373ae alx: factor out part of the interrupt handler by Tobias Regnery · 8 years ago
  53. 9ee7b68 alx: refactor msi enablement and disablement by Tobias Regnery · 8 years ago
  54. ba56947 qed: mark symbols static where possible by Baoyou Xie · 8 years ago
  55. 349aa33 Merge branch 'bpf-helper-cleanups' by David S. Miller · 8 years ago
  56. f3694e0 bpf: add BPF_CALL_x macros for declaring helpers by Daniel Borkmann · 8 years ago
  57. 374fb54 bpf: add own ctx rewriter on ifindex for clsact progs by Daniel Borkmann · 8 years ago
  58. f035a51 bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros by Daniel Borkmann · 8 years ago
  59. 6088b58 bpf: minor cleanups in helpers by Daniel Borkmann · 8 years ago
  60. bf8d85d ip_tunnel: do not clear l4 hashes by Eric Dumazet · 8 years ago
  61. 2c4f414 ATM-ForeRunnerHE: Use kmalloc_array() in he_init_group() by Markus Elfring · 8 years ago
  62. d9e6620 ATM-ENI: Use kmalloc_array() in eni_start() by Markus Elfring · 8 years ago
  63. fa5f4aa Merge tag 'rxrpc-rewrite-20160908' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  64. 46dfc23 via-velocity: remove null pointer check on array tdinfo->skb_dma by Colin Ian King · 8 years ago
  65. 9438451 qede: mark qede_set_features() static by Baoyou Xie · 8 years ago
  66. 4ffd03f net: phy: Fixed checkpatch errors for Microsemi PHYs. by Raju Lakkaraju · 8 years ago
  67. 05f1b12 net: x25: remove null checks on arrays calling_ae and called_ae by Colin Ian King · 8 years ago
  68. c24acf0 macsec: set network devtype by stephen hemminger · 8 years ago
  69. b8b867e rtnetlink: remove unused ifla_stats_policy by stephen hemminger · 8 years ago
  70. a349fcc Merge branch 'newroute-creation-flags' by David S. Miller · 8 years ago
  71. 73483c1 ipv6: report NLM_F_CREATE and NLM_F_EXCL flags in RTM_NEWROUTE events by Guillaume Nault · 8 years ago
  72. b93e1fa ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE events by Guillaume Nault · 8 years ago
  73. e895cdc ipv4: accept u8 in IP_TOS ancillary data by Eric Dumazet · 8 years ago
  74. 2d2be8c bpf: fix range propagation on direct packet access by Daniel Borkmann · 8 years ago
  75. 9f5afea tcp: use an RB tree for ooo receive queue by Yaogong Wang · 8 years ago
  76. 3b61075 Merge branch 'ovs-802.1ad' by David S. Miller · 8 years ago
  77. 018c1dd openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes by Eric Garver · 8 years ago
  78. fe19c4f vlan: Check for vlan ethernet types for 8021.q or 802.1ad by Eric Garver · 8 years ago
  79. 8c146bb openvswitch: 802.1ad uapi changes. by Thomas F Herbert · 8 years ago
  80. d545cac net: inet: diag: expose the socket mark to privileged processes. by Lorenzo Colitti · 8 years ago
  81. 74f13c8 net: ethernet: xilinx: Enable emaclite for MIPS by Zubair Lutfullah Kakakhel · 8 years ago
  82. 575f9c4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  83. 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago
  84. 00e9071 rxrpc: Preallocate peers, conns and calls for incoming service requests by David Howells · 8 years ago
  85. 49e19ec rxrpc: Add tracepoints to record received packets and end of data_ready by David Howells · 8 years ago
  86. 2ab2721 rxrpc: Remove skb_count from struct rxrpc_call by David Howells · 8 years ago
  87. de8d6c7 rxrpc: Convert rxrpc_local::services to an hlist by David Howells · 8 years ago
  88. 18f1387 rxrpc: Update protocol definitions slightly by David Howells · 8 years ago
  89. cf13258 rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed values by David Howells · 8 years ago
  90. 0f76d25 net: xfrm: Change u32 sysctl entries to use proc_douintvec by subashab@codeaurora.org · 8 years ago
  91. 015777b Merge branch 'be2net-error-recovery-and-bug-fixes' by David S. Miller · 8 years ago
  92. 368f2f1 be2net: Update the driver version to 11.1.0.0 by Sriharsha Basavapatna · 8 years ago
  93. c27ebf5 be2net: Fix mac address collision in some configurations by Suresh Reddy · 8 years ago
  94. 988d44b be2net: Avoid redundant addition of mac address in HW by Suresh Reddy · 8 years ago
  95. 62259ac be2net: Add privilege level check for OPCODE_COMMON_GET_EXT_FAT_CAPABILITIES SLI cmd. by Somnath Kotur · 8 years ago
  96. f72099e be2net: Issue COMMON_RESET_FUNCTION cmd during driver unload by Somnath Kotur · 8 years ago
  97. 710f3e5 be2net: Support UE recovery in BEx/Skyhawk adapters by Sriharsha Basavapatna · 8 years ago
  98. dd0cb7d net: smsc911x: request and deassert optional RESET GPIO by Linus Walleij · 8 years ago
  99. 216559d net: smsc911x: augment device tree bindings by Linus Walleij · 8 years ago
  100. e6f3f12 Merge branch 'qed-debug-data-collection' by David S. Miller · 8 years ago