1. 4214de3 ipv6: Pass struct net into nf_ct_frag6_gather by Eric W. Biederman · 9 years ago master
  2. 734a7dc ipv4: Pass struct net into ip_defrag and ip_check_defrag by Eric W. Biederman · 9 years ago
  3. 7984613 ipv4: Only compute net once in ip_call_ra_chain by Eric W. Biederman · 9 years ago
  4. df71842 Merge branch 'bpf_random32' by David S. Miller · 9 years ago
  5. 3ad0040 bpf: split state from prandom_u32() and consolidate {c, e}BPF prngs by Daniel Borkmann · 9 years ago
  6. 897ece5 random32: add prandom_init_once helper for own rngs by Daniel Borkmann · 9 years ago
  7. 0dd50d1 random32: add prandom_seed_full_state helper by Daniel Borkmann · 9 years ago
  8. c90aeb9 once: make helper generic for calling functions once by Hannes Frederic Sowa · 9 years ago
  9. 4623425 net: move net_get_random_once to lib by Hannes Frederic Sowa · 9 years ago
  10. 28335a7 net: Do not drop to make_route if oif is l3mdev by David Ahern · 9 years ago
  11. cfc81b5 bpf, skb_do_redirect: clear sender_cpu before xmit by Daniel Borkmann · 9 years ago
  12. dfdd723 net: hns: fix 32-bit build warning by Arnd Bergmann · 9 years ago
  13. d70e532 net: Microchip encx24j600 driver by Jon Ringle · 9 years ago
  14. 494f8eb Merge branch 'broadcom-iproc' by David S. Miller · 9 years ago
  15. 9200c27 net: phy: bcm7xxx: Modified to use global core register defines by Arun Parameswaran · 9 years ago
  16. 8e185d6 net: phy: Broadcom Cygnus internal Etherent PHY driver by Arun Parameswaran · 9 years ago
  17. a1cba56 net: phy: Add Broadcom phy library for common interfaces by Arun Parameswaran · 9 years ago
  18. ddc24ae net: phy: Broadcom iProc MDIO bus driver by Arun Parameswaran · 9 years ago
  19. bb257c3 dt-bindings: net: Broadcom iProc MDIO bus driver device tree binding by Arun Parameswaran · 9 years ago
  20. 91d2f14 Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux by David S. Miller · 9 years ago
  21. 6b92d0c Merge branch 'pass_net_through_output_path' by David S. Miller · 9 years ago
  22. ede2059 dst: Pass net into dst->output by Eric W. Biederman · 9 years ago
  23. 33224b1 ipv4, ipv6: Pass net into ip_local_out and ip6_local_out by Eric W. Biederman · 9 years ago
  24. cf91a99 ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out by Eric W. Biederman · 9 years ago
  25. 57c4bf8 ipvlan: Cache net in ipvlan_process_v4_outbound and ipvlan_process_v6_outbound by Eric W. Biederman · 9 years ago
  26. a7093fe ppp: Cache net in pptp_xmit by Eric W. Biederman · 9 years ago
  27. 77589ce ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmit by Eric W. Biederman · 9 years ago
  28. f859b0f ipv4: Cache net in iptunnel_xmit by Eric W. Biederman · 9 years ago
  29. 7928833 ipv6: Merge ip6_local_out and ip6_local_out_sk by Eric W. Biederman · 9 years ago
  30. 9f8955c ipv6: Merge __ip6_local_out and __ip6_local_out_sk by Eric W. Biederman · 9 years ago
  31. e2cb77d ipv4: Merge ip_local_out and ip_local_out_sk by Eric W. Biederman · 9 years ago
  32. b92dacd ipv4: Merge __ip_local_out and __ip_local_out_sk by Eric W. Biederman · 9 years ago
  33. 4ebdfba7 dst: Pass a sk into .local_out by Eric W. Biederman · 9 years ago
  34. 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
  35. 3f5312a xfrm: Only compute net once in xfrm_policy_queue_process by Eric W. Biederman · 9 years ago
  36. 850dcc4 ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_sk by Eric W. Biederman · 9 years ago
  37. fd2874b ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_sk by Eric W. Biederman · 9 years ago
  38. e28383d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  39. 61d0372 Merge tag 'regmap-offload-update-bits' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by David S. Miller · 9 years ago
  40. 7fd0ac6 i40e/i40evf: remove unused opcode by Mitch Williams · 9 years ago
  41. 313ed2d i40evf: propagate interrupt allocation failure by Mitch Williams · 9 years ago
  42. 2642f02 i40e: Additional checks for CEE APP priority validity by Neerav Parikh · 9 years ago
  43. 2fc3d71 i40e/i40evf: Add a stat to keep track of linearization count by Anjali Singhai Jain · 9 years ago
  44. 2f41f33 i40e/i40evf: fix unicast mac address add by Shannon Nelson · 9 years ago
  45. a72a5abc i40e: fix bug in return from get_link_status and avoid spurious link messages by Jesse Brandeburg · 9 years ago
  46. dd38c58 i40e: add little endian conversion for checksum by Jesse Brandeburg · 9 years ago
  47. fb43201f i40e/i40evf: give up the __func__ by Shannon Nelson · 9 years ago
  48. 0002e11 i40e: Never let speed get set to 0 in get_settings by Catherine Sullivan · 9 years ago
  49. fba52e2 i40e: Fix for truncated interrupt name by Carolyn Wyborny · 9 years ago
  50. 9e1c26e i40e/i40evf: assure clean asq status report by Shannon Nelson · 9 years ago
  51. 21364bc i40e: make i40e_init_pf_fcoe to void by Shannon Nelson · 9 years ago
  52. 725821f3 i40e: fix bad CEE status shift value by Shannon Nelson · 9 years ago
  53. df08fd4 i40e/i40evf: fix a potential type compare issue by Shannon Nelson · 9 years ago
  54. bc5166b i40e/i40evf: add driver support for new device ids by Shannon Nelson · 9 years ago
  55. 0325fca i40e: stop VF rings by Mitch Williams · 9 years ago
  56. 1d5109d i40e: enable WoL operation if config bit show WoL capable by Shannon Nelson · 9 years ago
  57. 22e05bd i40e: Increase the amount of time we wait for reset to be done by Paul M Stillwell Jr · 9 years ago
  58. acb4a6b tcp: ensure prior synack rtx behavior with small backlogs by Eric Dumazet · 9 years ago
  59. 686a562 net: ipv4: tcp.c Fixed an assignment coding style issue by Yuvaraja Mariappan · 9 years ago
  60. 729ecbc Merge branch 's390-net' by David S. Miller · 9 years ago
  61. ec6674c s390/qdio: fix WARN_ON_ONCE condition by Eugene Crosser · 9 years ago
  62. fe5c802 s390/qeth: optimize MAC handling in rx_mode callback by Lakhvich Dmitriy · 9 years ago
  63. 9abfa8c s390/qeth: switch to napi_gro_receive by Thomas Richter · 9 years ago
  64. 68e4bd2 Merge branch 'bridge-netlink-port-attrs' by David S. Miller · 9 years ago
  65. 5d6ae47 bridge: netlink: add support for port's multicast_router attribute by Nikolay Aleksandrov · 9 years ago
  66. 9b0c6e4 bridge: netlink: allow to flush port's fdb by Nikolay Aleksandrov · 9 years ago
  67. 61c0a9a bridge: netlink: export port's timer values by Nikolay Aleksandrov · 9 years ago
  68. e08e838 bridge: netlink: export port's topology_change_ack and config_pending by Nikolay Aleksandrov · 9 years ago
  69. 42d452c bridge: netlink: export port's id and number by Nikolay Aleksandrov · 9 years ago
  70. 96f94e7 bridge: netlink: export port's designated cost and port by Nikolay Aleksandrov · 9 years ago
  71. 80df9a2 bridge: netlink: export port's bridge id by Nikolay Aleksandrov · 9 years ago
  72. 4ebc766 bridge: netlink: export port's root id by Nikolay Aleksandrov · 9 years ago
  73. deaa0a6 net: Lookup actual route when oif is VRF device by David Ahern · 9 years ago
  74. 2579c98 Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  75. 390a4be Merge branch 'l3mdev_saddr_op' by David S. Miller · 9 years ago
  76. bb191c3 net: Add l3mdev saddr lookup to raw_sendmsg by David Ahern · 9 years ago
  77. 8cbb512c net: Add source address lookup op for VRF by David Ahern · 9 years ago
  78. 3ce58d8 net: Refactor path selection in __ip_route_output_key_hash by David Ahern · 9 years ago
  79. fee6d4c net: Add netif_is_l3_slave by David Ahern · 9 years ago
  80. 6e2895a net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC by David Ahern · 9 years ago
  81. 4148987 net: Fix vti use case with oif in dst lookups for IPv6 by David Ahern · 9 years ago
  82. 3e905b8 gianfar: Add WAKE_UCAST and "wake-on-filer" support by Claudiu Manoil · 9 years ago
  83. 70963d2 powerpc: dts: p1022si: Add fsl,wake-on-filer for eTSEC by Claudiu Manoil · 9 years ago
  84. 66cebb8 doc: dt: net: Add fsl,wake-on-filer for eTSEC by Claudiu Manoil · 9 years ago
  85. 04a8250b4 Merge branch 'ovs-ipv6-tunnel' by David S. Miller · 9 years ago
  86. 6b26ba3 openvswitch: netlink attributes for IPv6 tunneling by Jiri Benc · 9 years ago
  87. 00a93ba openvswitch: add tunnel protocol to sw_flow_key by Jiri Benc · 9 years ago
  88. 4917a15 bridge: netlink: make br_fill_info's frame size smaller by Nikolay Aleksandrov · 9 years ago
  89. 16660f0 net: Add support for filtering neigh dump by device index by David Ahern · 9 years ago
  90. e892406 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  91. d25b8e7 net: dsa: better error reporting by Russell King · 9 years ago
  92. 4bac50b net: dsa: mv88e6xxx: remove link polling by Russell King · 9 years ago
  93. 77792b1 regmap: Allow installing custom reg_update_bits function by Jon Ringle · 9 years ago
  94. 21c4c07 Revert "regmap: Allow installing custom reg_update_bits function" by David S. Miller · 9 years ago
  95. 6a27a6c Revert "net: Microchip encx24j600 driver" by David S. Miller · 9 years ago
  96. c664bc6 Revert "net: encx24j600_exit() can be static" by David S. Miller · 9 years ago
  97. 0a837fe ipv4: Fix compilation errors in fib_rebalance by Peter Nørlund · 9 years ago
  98. 0676651 RDS: IB: split mr pool to improve 8K messages performance by Santosh Shilimkar · 9 years ago
  99. 41a4e9646 RDS: IB: use max_mr from HCA caps than max_fmr by Santosh Shilimkar · 9 years ago
  100. 67161e2 RDS: IB: mark rds_ib_fmr_wq static by Santosh Shilimkar · 9 years ago