1. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  2. 2046215 net: inet_diag: export IPV6_V6ONLY sockopt by Phil Sutter · 10 years ago
  3. 0eeb075 net: ipv4 sysctl option to ignore routes when nexthop link is down by Andy Gospodarek · 10 years ago
  4. 8a3d031 net: track link-status of ipv4 nexthops by Andy Gospodarek · 10 years ago
  5. 42bcce8 dcb : Fix incorrect documentation for struct dcb_app by Anish Bhatt · 10 years ago
  6. 7d4f8d8 switchdev; add VLAN support for port's bridge_getlink by Scott Feldman · 10 years ago
  7. 3e3a78b switchdev: rename vlan vid_start to vid_begin by Scott Feldman · 10 years ago
  8. 8405a8f netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook by Eric W. Biederman · 10 years ago
  9. dfe816c macvtap: Increase limit of macvtap queues by Pankaj Gupta · 10 years ago
  10. bfdc8db Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 10 years ago
  11. fa43335 Merge tag 'wireless-drivers-next-for-davem-2015-06-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 10 years ago
  12. b42be38 netlink: add API to retrieve all group memberships by David Herrmann · 10 years ago
  13. 638579f net: Update out-of-date comment by Zhaowei Yuan · 10 years ago
  14. dcb8f5c netfilter: xtables: fix warnings on 32bit platforms by Florian Westphal · 10 years ago
  15. a263653 netfilter: don't pull include/linux/netfilter.h from netns headers by Pablo Neira Ayuso · 10 years ago
  16. 10c04a8 netfilter: use forward declaration instead of including linux/proc_fs.h by Pablo Neira Ayuso · 10 years ago
  17. 04c52de net: include missing headers in net/net_namespace.h by Pablo Neira Ayuso · 10 years ago
  18. 230ac49 netfilter: bridge: split ipv6 code into separated file by Pablo Neira Ayuso · 10 years ago
  19. db25be6 Bluetooth: hci_core: increase max adv inst by Florian Grandel · 10 years ago
  20. d4c5af8 Bluetooth: hci_core: remove obsolete adv_instance by Florian Grandel · 10 years ago
  21. fffd38b Bluetooth: mgmt/hci_core: multi-adv for add_advertising*() by Florian Grandel · 10 years ago
  22. 5d900e4 Bluetooth: hci_core/mgmt: move adv timeout to hdev by Florian Grandel · 10 years ago
  23. d2609b3 Bluetooth: hci_core/mgmt: Introduce multi-adv list by Florian Grandel · 10 years ago
  24. a1a56aa netfilter: x_tables: align per cpu xt_counter by Eric Dumazet · 10 years ago
  25. 01555e7 netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flag by Harout Hedeshian · 10 years ago
  26. ef493bd netfilter: nfnetlink_queue: add security context information by Roman Kubiak · 10 years ago
  27. 35ac838 sock_diag: implement a get_info handler for inet by Craig Gallek · 10 years ago
  28. 3fd22af sock_diag: specify info_size per inet protocol by Craig Gallek · 10 years ago
  29. eb4cb00 sock_diag: define destruction multicast groups by Craig Gallek · 10 years ago
  30. 62a8905 net/mlx4_en: Support ndo_get_vf_stats by Eran Ben Elisha · 10 years ago
  31. 3b766cd net/core: Add reading VF statistics through the PF netdevice by Eran Ben Elisha · 10 years ago
  32. 9616982 net/mlx4_core: Add helper to query 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. 47d8417 net/mlx4_core: Add sink counter by Eran Ben Elisha · 10 years ago
  35. 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
  36. 46ea297 bonding: export slave's partner_oper_port_state via sysfs and netlink by Nikolay Aleksandrov · 10 years ago
  37. 254cb6d bonding: export slave's actor_oper_port_state via sysfs and netlink by Nikolay Aleksandrov · 10 years ago
  38. 9464ca6 net: make u64_stats_init() a function by Eric Dumazet · 10 years ago
  39. 0756ea3 bpf: allow networking programs to use bpf_trace_printk() for debugging by Alexei Starovoitov · 10 years ago
  40. ffeedaf bpf: introduce current->pid, tgid, uid, gid, comm accessors by Alexei Starovoitov · 10 years ago
  41. ada6c1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  42. 835b803 netfilter: nf_tables_netdev: unregister hooks on net_device removal by Pablo Neira Ayuso · 10 years ago
  43. 2cbce13 netfilter: nf_tables: attach net_device to basechain by Pablo Neira Ayuso · 10 years ago
  44. 711bdde netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference. by Eric Dumazet · 10 years ago
  45. 2d45a02 sctp: fix ASCONF list handling by Marcelo Ricardo Leitner · 10 years ago
  46. ca0f6a5 netfilter: ipset: Fix coding styles reported by checkpatch.pl by Jozsef Kadlecsik · 10 years ago
  47. b57b2d1 netfilter: ipset: Prepare the ipset core to use RCU at set level by Jozsef Kadlecsik · 10 years ago
  48. c4c9978 netfilter: ipset: Fix parallel resizing and listing of the same set by Jozsef Kadlecsik · 10 years ago
  49. f690cba netfilter: ipset: Fix cidr handling for hash:*net* types by Jozsef Kadlecsik · 10 years ago
  50. aaeb6e2 netfilter: ipset: Use MSEC_PER_SEC consistently by Jozsef Kadlecsik · 10 years ago
  51. 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  52. 1e98a0f flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrs by Eric Dumazet · 10 years ago
  53. c39f3bc Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 10 years ago
  54. 482cfc3 netfilter: xtables: avoid percpu ruleset duplication by Florian Westphal · 10 years ago
  55. 71ae0df netfilter: xtables: use percpu rule counters by Florian Westphal · 10 years ago
  56. 33b1f31 net: ip_fragment: remove BRIDGE_NETFILTER mtu special handling by Florian Westphal · 10 years ago
  57. efb6de9 netfilter: bridge: forward IPv6 fragmented packets by Bernhard Thaler · 10 years ago
  58. 411ffb4 netfilter: bridge: refactor frag_max_size by Bernhard Thaler · 10 years ago
  59. 72b31f7 netfilter: bridge: detect NAT66 correctly and change MAC address by Bernhard Thaler · 10 years ago
  60. 70f3650 mac802154: fix flags BIT definitions order by Alexander Aring · 10 years ago
  61. fe89e69 mac802154: cleanup llsec param flags by Varka Bhadram · 10 years ago
  62. 821f376 Bluetooth: Read encryption key size for BR/EDR connections by Johan Hedberg · 10 years ago
  63. f69ad29 tcp: fill shinfo->gso_size at last moment by Eric Dumazet · 10 years ago
  64. fc11fbf net/mlx5e: Add HW cacheline start padding by Saeed Mahameed · 10 years ago
  65. facc969 net/mlx5e: Fix HW MTU settings by Saeed Mahameed · 10 years ago
  66. e097dc6 NFC: nfcmrvl: add UART driver by Vincent Cuissard · 10 years ago
  67. dc14bde NFC: nfcmrvl: add platform_data and DT configuration by Vincent Cuissard · 10 years ago
  68. 9961127 NFC: nci: add generic uart support by Vincent Cuissard · 10 years ago
  69. a4244b0 net/ethtool: Add current supported tunable options by Hadar Hen Zion · 10 years ago
  70. 8bc84b7 net: phy: broadcom: define Broadcom pseudo-PHY address in brcmphy.h by Florian Fainelli · 10 years ago
  71. 4f822c6 net: phy: broadcom: include phy.h for brcmphy.h by Florian Fainelli · 10 years ago
  72. 1edaa7e Merge tag 'mac80211-next-for-davem-2015-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 10 years ago
  73. 37a9a8d net/unix: support SCM_SECURITY for stream sockets by Stephen Smalley · 10 years ago
  74. 30686bf mac80211: convert HW flags to unsigned long bitmap by Johannes Berg · 10 years ago
  75. ed06aeef nfc: st-nci: Rename st21nfcb to st-nci by Christophe Ricard · 10 years ago
  76. 206c59d Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 10 years ago
  77. d446278 nl802154: fix misspelled enum by Christoffer Holmstedt · 10 years ago
  78. c2d3955 mac80211: remove obsolete sentence from documentation by Jakub Kicinski · 10 years ago
  79. bd00c60 iommu/vt-d: Change PASID support to bit 40 of Extended Capability Register by David Woodhouse · 10 years ago
  80. ff50e8a Bluetooth: Move SCO support under BT_BREDR config option by Arron Wang · 10 years ago
  81. 9b4c333 Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return void by Arron Wang · 10 years ago
  82. dd895d7 can: cangw: introduce optional uid to reference created routing jobs by Oliver Hartkopp · 10 years ago
  83. 8b76ce3 Bluetooth: Fix encryption key size handling for LTKs by Johan Hedberg · 10 years ago
  84. 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  85. 9e58095 NFC: netlink: Implement vendor command support by Samuel Ortiz · 10 years ago
  86. 8115dd5 NFC: Introduce vendor commands structures by Samuel Ortiz · 10 years ago
  87. 759afb8 NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmd by Christophe Ricard · 10 years ago
  88. c39daee NFC: nci: Add nci init ops for early device initialization by Christophe Ricard · 10 years ago
  89. b6355e9 NFC: nci: Handle proprietary response and notifications by Samuel Ortiz · 10 years ago
  90. a8077d6 bcma: make calls to PCI hostmode functions config-safe by Rafał Miłecki · 10 years ago
  91. 7cf7fa5 net/mlx5_core: Fix static checker warnings around system guid query flow by Majd Dibbiny · 10 years ago
  92. b80c0e7 tcp: get_cookie_sock() consolidation by Eric Dumazet · 10 years ago
  93. d691f9e bpf: allow programs to write to certain skb fields by Alexei Starovoitov · 10 years ago
  94. 623c123 mac802154: change pan_coord type to bool by Alexander Aring · 10 years ago
  95. a0825b0 mac802154: add missing structure comments by Alexander Aring · 10 years ago
  96. af69a34 mac802154: rearrange attribute in ieee802154_hw by Alexander Aring · 10 years ago
  97. 5661d431 mac802154: remove unused hw_filt attribute by Alexander Aring · 10 years ago
  98. bcbfd20 mac802154: cleanup ieee802154 hardware flags by Alexander Aring · 10 years ago
  99. f265be3 mac802154: remove aack hw flag by Alexander Aring · 10 years ago
  100. 6b70a43 mac802154: cleanup address filtering flags by Alexander Aring · 10 years ago