1. b67ea97 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 10 years ago
  2. d42202d net: stmmac: dwmac-rk: Don't add function name in info or err messages by Romain Perier · 10 years ago
  3. 986eec4 fm10k: Fix missing braces after if statement by Alexander Duyck · 10 years ago
  4. ee4373e7 fm10k: fix iov_msg_lport_state_pf issue by Jacob Keller · 10 years ago
  5. d18c438 fm10k: remove err_no reference in fm10k_mbx.c by Jacob Keller · 10 years ago
  6. 646725a fm10k: fix incorrect DIR_NEVATIVE bit in 1588 code by Jacob Keller · 10 years ago
  7. 7fef393 fm10k: pack TLV overlay structures by Jacob Keller · 10 years ago
  8. fba341d fm10k: re-map all possible VF queues after a VFLR by Jacob Keller · 10 years ago
  9. a38488f fm10k: force LPORT delete when updating VLAN or MAC address by Jacob Keller · 10 years ago
  10. c04ae58 fm10k: use dma_set_mask_and_coherent in fm10k_probe by Jacob Keller · 10 years ago
  11. 0197cde fm10k: trivial fixup message style to include a colon by Jacob Keller · 10 years ago
  12. f1f3322 fm10k: remove extraneous NULL check on l2_accel by Jacob Keller · 10 years ago
  13. c0e58e9 fm10k: use an unsigned int for i in ethtool_get_strings by Jacob Keller · 10 years ago
  14. ec6acb8 fm10k: add call to fm10k_clean_all_rx_rings in fm10k_down by Jacob Keller · 10 years ago
  15. c23544b fm10k: fix incorrect free on skb in ts_tx_enqueue by Jacob Keller · 10 years ago
  16. e075996 fm10k: move setting shinfo inside ts_tx_enqueue by Jacob Keller · 10 years ago
  17. 608bb14 fm10k: use correct ethernet driver Tx timestamp function by Jacob Keller · 10 years ago
  18. 745136a fm10k: ignore invalid multicast address entries by Jacob Keller · 10 years ago
  19. 1a8782e fm10k: fold fm10k_pull_tail into fm10k_add_rx_frag by Alexander Duyck · 10 years ago
  20. 89d256b bpf: disallow bpf tc programs access current->pid,uid by Alexei Starovoitov · 10 years ago
  21. ea6bb99 sfc: mark state UNINIT after unregister by Edward Cree · 10 years ago
  22. 24029a3 Merge branch 'sock_diag_destruction_events' by David S. Miller · 10 years ago
  23. 35ac838 sock_diag: implement a get_info handler for inet by Craig Gallek · 10 years ago
  24. 3fd22af sock_diag: specify info_size per inet protocol by Craig Gallek · 10 years ago
  25. eb4cb00 sock_diag: define destruction multicast groups by Craig Gallek · 10 years ago
  26. 916035d Merge branch 'mlx4-vf-counters' by David S. Miller · 10 years ago
  27. 62a8905 net/mlx4_en: Support ndo_get_vf_stats by Eran Ben Elisha · 10 years ago
  28. 3b766cd net/core: Add reading VF statistics through the PF netdevice by Eran Ben Elisha · 10 years ago
  29. b42de4d net/mlx4_en: Show PF own statistics via ethtool by Eran Ben Elisha · 10 years ago
  30. 9616982 net/mlx4_core: Add helper to query counters by Eran Ben Elisha · 10 years ago
  31. 7193a14 IB/mlx4: Set VF to read from QP counters by Eran Ben Elisha · 10 years ago
  32. c3abb51 IB/mlx4: Add RoCE/IB dedicated counters by Eran Ben Elisha · 10 years ago
  33. 6de5f7f net/mlx4_core: Allocate default counter per port by Eran Ben Elisha · 10 years ago
  34. 6823024 net/mlx4_core: Add port attribute when tracking counters by Eran Ben Elisha · 10 years ago
  35. 9de92c6 net/mlx4_core: Adjust counter grant policy in the resource tracker by Eran Ben Elisha · 10 years ago
  36. 2632d18 net/mlx4_core: Remove counters table allocation from VF flow by Eran Ben Elisha · 10 years ago
  37. 47d8417 net/mlx4_core: Add sink counter by Eran Ben Elisha · 10 years ago
  38. b72ca7e net/mlx4_core: Reset counters data when freed by Eran Ben Elisha · 10 years ago
  39. efa6bc9 net/mlx4_core: Check before cleaning counters bitmap by Eran Ben Elisha · 10 years ago
  40. b4ad7ba bridge: del external_learned fdbs from device on flush or ageout by Scott Feldman · 10 years ago
  41. 023033b Merge tag 'nfc-next-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by David S. Miller · 10 years ago
  42. cadfaf4 Merge branch 'bond-netlink-3ad-attrs' by David S. Miller · 10 years ago
  43. 46ea297 bonding: export slave's partner_oper_port_state via sysfs and netlink by Nikolay Aleksandrov · 10 years ago
  44. 254cb6d bonding: export slave's actor_oper_port_state via sysfs and netlink by Nikolay Aleksandrov · 10 years ago
  45. 4d36796 Merge branch 'rocker-no-wait' by David S. Miller · 10 years ago
  46. f66feaa rocker: move port stop to 'no wait' processing by Scott Feldman · 10 years ago
  47. 92014b9 rocker: move MAC learn event back to 'no wait' processing by Scott Feldman · 10 years ago
  48. ac28393 rocker: mark STP update as 'no wait' processing by Scott Feldman · 10 years ago
  49. 02a9fbf rocker: mark neigh update event processing as 'no wait' by Scott Feldman · 10 years ago
  50. 179f9a2 rocker: revert back to support for nowait processes by Scott Feldman · 10 years ago
  51. 4d81db4 rocker: fix neigh tbl index increment race by Scott Feldman · 10 years ago
  52. a072031 rocker: gaurd against NULL rocker_port when removing ports by Scott Feldman · 10 years ago
  53. 9464ca6 net: make u64_stats_init() a function by Eric Dumazet · 10 years ago
  54. 7f10953 bridge: use either ndo VLAN ops or switchdev VLAN ops to install MASTER vlans by Scott Feldman · 10 years ago
  55. 9f42c8b Merge branch 'bpf-share-helpers' by David S. Miller · 10 years ago
  56. ab1973d bpf: let kprobe programs use bpf_get_smp_processor_id() helper by Alexei Starovoitov · 10 years ago
  57. 0756ea3 bpf: allow networking programs to use bpf_trace_printk() for debugging by Alexei Starovoitov · 10 years ago
  58. ffeedaf bpf: introduce current->pid, tgid, uid, gid, comm accessors by Alexei Starovoitov · 10 years ago
  59. ada6c1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  60. 835b803 netfilter: nf_tables_netdev: unregister hooks on net_device removal by Pablo Neira Ayuso · 10 years ago
  61. d8ee8f7 netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basechain() by Pablo Neira Ayuso · 10 years ago
  62. 2cbce13 netfilter: nf_tables: attach net_device to basechain by Pablo Neira Ayuso · 10 years ago
  63. 711bdde netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference. by Eric Dumazet · 10 years ago
  64. 53b8762 Merge branch 'master' of git://blackhole.kfki.hu/nf-next by Pablo Neira Ayuso · 10 years ago
  65. f09becc netfilter: Kconfig: get rid of parens around depends on by Pablo Neira Ayuso · 10 years ago
  66. 758f0d4 tcp: cdg: use div_u64() by Kenneth Klette Jonassen · 10 years ago
  67. ca0f6a5 netfilter: ipset: Fix coding styles reported by checkpatch.pl by Jozsef Kadlecsik · 10 years ago
  68. 00590fd netfilter: ipset: Introduce RCU locking in list type by Jozsef Kadlecsik · 10 years ago
  69. 18f84d4 netfilter: ipset: Introduce RCU locking in hash:* types by Jozsef Kadlecsik · 10 years ago
  70. 96f51428 netfilter: ipset: Introduce RCU locking in bitmap:* types by Jozsef Kadlecsik · 10 years ago
  71. b57b2d1 netfilter: ipset: Prepare the ipset core to use RCU at set level by Jozsef Kadlecsik · 10 years ago
  72. bd55389 netfilter:ipset Remove rbtree from hash:net,iface by Jozsef Kadlecsik · 10 years ago
  73. 9c1ba5c netfilter: ipset: Make sure listing doesn't grab a set which is just being destroyed. by Jozsef Kadlecsik · 10 years ago
  74. c4c9978 netfilter: ipset: Fix parallel resizing and listing of the same set by Jozsef Kadlecsik · 10 years ago
  75. f690cba netfilter: ipset: Fix cidr handling for hash:*net* types by Jozsef Kadlecsik · 10 years ago
  76. aff2275 netfilter: ipset: Check CIDR value only when attribute is given by Sergey Popovich · 10 years ago
  77. a212e08 netfilter: ipset: Make sure we always return line number on batch by Sergey Popovich · 10 years ago
  78. 2c227f2 netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6 by Sergey Popovich · 10 years ago
  79. 7dd37bc netfilter: ipset: Check extensions attributes before getting extensions. by Sergey Popovich · 10 years ago
  80. edda079 netfilter: ipset: Use SET_WITH_*() helpers to test set extensions by Sergey Popovich · 10 years ago
  81. aaeb6e2 netfilter: ipset: Use MSEC_PER_SEC consistently by Jozsef Kadlecsik · 10 years ago
  82. 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  83. c8d17b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  84. a2f0fad tcp: tcp_v6_connect() cleanup by Eric Dumazet · 10 years ago
  85. 1e98a0f flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrs by Eric Dumazet · 10 years ago
  86. 5b173cf Fix Cavium Liquidio build related errors and warnings by Raghu Vatsavayi · 10 years ago
  87. d0dcad8 NFC: nfcmrvl: set PB_BAIL_OUT at setup by Vincent Cuissard · 10 years ago
  88. 34ac496 NFC: nci: remove current SLEEP mode management by Vincent Cuissard · 10 years ago
  89. 83d5672 NFC: nfcmrvl: Allow ISO15693 protocol by Vincent Cuissard · 10 years ago
  90. 43465b7 NFC: nfcmrvl: small fix in USB driver by Vincent Cuissard · 10 years ago
  91. ea70477 Merge branch 'flow_dissector-next' by David S. Miller · 10 years ago
  92. 6a74fcf flow_dissector: add support for dst, hop-by-hop and routing ext hdrs by Tom Herbert · 10 years ago
  93. 611d23c5 flow_dissector: Fix MPLS entropy label handling in flow dissector by Tom Herbert · 10 years ago
  94. b07d4961 Doc: networking: Fix URL for wiki.wireshark.org in udplite.txt by Masanari Iida · 10 years ago
  95. b60f2f3 net: ipv4: un-inline ip_finish_output2 by Florian Westphal · 10 years ago
  96. ae36806 sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHO by Marcelo Ricardo Leitner · 10 years ago
  97. b85dfd3 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  98. 7b565d9 Merge tag 'md/4.1-rc7-fixes' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  99. c39f3bc Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 10 years ago
  100. 482cfc3 netfilter: xtables: avoid percpu ruleset duplication by Florian Westphal · 10 years ago