1. 0756ea3 bpf: allow networking programs to use bpf_trace_printk() for debugging by Alexei Starovoitov · 9 years ago
  2. ffeedaf bpf: introduce current->pid, tgid, uid, gid, comm accessors by Alexei Starovoitov · 9 years ago
  3. ada6c1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  4. 835b803 netfilter: nf_tables_netdev: unregister hooks on net_device removal by Pablo Neira Ayuso · 9 years ago
  5. d8ee8f7 netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basechain() by Pablo Neira Ayuso · 9 years ago
  6. 2cbce13 netfilter: nf_tables: attach net_device to basechain by Pablo Neira Ayuso · 9 years ago
  7. 711bdde netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference. by Eric Dumazet · 9 years ago
  8. 53b8762 Merge branch 'master' of git://blackhole.kfki.hu/nf-next by Pablo Neira Ayuso · 9 years ago
  9. f09becc netfilter: Kconfig: get rid of parens around depends on by Pablo Neira Ayuso · 9 years ago
  10. d937808 Merge ath-next from ath.git by Kalle Valo · 9 years ago
  11. ed8e0ed rt2800: fix assigning same WCID for different stations by Stanislaw Gruszka · 9 years ago
  12. f7a4087 brcmfmac: assure p2pdev is unregistered upon driver unload by Arend van Spriel · 9 years ago
  13. 55479df brcmfmac: move p2p attach/detach functions by Arend van Spriel · 9 years ago
  14. f37d69a brcmfmac: free ifp for non-netdev interface in p2p module by Arend van Spriel · 9 years ago
  15. 5768f31 brcmfmac: have sdio return -EIO when device communication is not possible by Arend van Spriel · 9 years ago
  16. 1f0dc59 brcmfmac: rework .get_station() callback by Arend van Spriel · 9 years ago
  17. 2e5f66f brcmfmac: Build wiphy mode and interface combinations dynamically by Pontus Fuchs · 9 years ago
  18. 2b560d7 brcmfmac: Check if firmware supports p2p by Pontus Fuchs · 9 years ago
  19. 8d01237 mt7601u: don't warn about devices without per-rate power table by Jakub Kicinski · 9 years ago
  20. 3bdb4a4 MAINTAINERS: remove rt2x00.serialmonkey.com list and web page by Stanislaw Gruszka · 9 years ago
  21. d219b7e mwifiex: handle BT coex event to adjust Rx BA window size by Chunfan Chen · 9 years ago
  22. f0e4496 ath9k_htc: add support of channel switch by Chun-Yeow Yeoh · 9 years ago
  23. 5b18ffb brcmfmac: use debugfs_create_devm_seqfile() helper function by Arend van Spriel · 9 years ago
  24. c161f29 brcmfmac: remove watchdog reset from brcmf_pcie_buscoreprep() by Arend van Spriel · 9 years ago
  25. dbf9675 brcmfmac: remove chipinfo debugfs entry by Arend van Spriel · 9 years ago
  26. df738c2 brcmfmac: Update msgbuf read pointer quicker. by Hante Meuleman · 9 years ago
  27. e996db6 rtlwifi: rtl8192c: Add init codes for "fw_version" and "fw_subversion". by Taehee Yoo · 9 years ago
  28. d924600 rtlwifi: rtl8192cu: Fix variable isfirst_ampdu by Taehee Yoo · 9 years ago
  29. 8657f9c rtlwifi: rtl8192cu: debug message change "RTL8192CE" to "RTL8192CU" by Taehee Yoo · 9 years ago
  30. 138055e rtlwifi: rtl8192cu: remove duplicated routine in _rtl92c_phy_rf6052_config_parafile by Taehee Yoo · 9 years ago
  31. 1637c1b rtlwifi: fix tm_trigger usage by Hans Ulli Kroll · 9 years ago
  32. fbcaee1 rtlwifi: rtl8192cu: remove INTF_PCI and INTF_USB by Taehee Yoo · 9 years ago
  33. 1d6b2fb rtlwifi: rtl8192cu: remove _InitBeaconParameters(). by Taehee Yoo · 9 years ago
  34. f5372e9 rtlwifi: rtl8192cu: remove IS_HARDWARE_TYPE_8192CE and IS_HARDWARE_TYPE_8192CU by Taehee Yoo · 9 years ago
  35. 758f0d4 tcp: cdg: use div_u64() by Kenneth Klette Jonassen · 9 years ago
  36. ca0f6a5 netfilter: ipset: Fix coding styles reported by checkpatch.pl by Jozsef Kadlecsik · 9 years ago
  37. 00590fd netfilter: ipset: Introduce RCU locking in list type by Jozsef Kadlecsik · 9 years ago
  38. 18f84d4 netfilter: ipset: Introduce RCU locking in hash:* types by Jozsef Kadlecsik · 9 years ago
  39. 96f5142 netfilter: ipset: Introduce RCU locking in bitmap:* types by Jozsef Kadlecsik · 9 years ago
  40. b57b2d1 netfilter: ipset: Prepare the ipset core to use RCU at set level by Jozsef Kadlecsik · 9 years ago
  41. bd55389 netfilter:ipset Remove rbtree from hash:net,iface by Jozsef Kadlecsik · 9 years ago
  42. 9c1ba5c netfilter: ipset: Make sure listing doesn't grab a set which is just being destroyed. by Jozsef Kadlecsik · 9 years ago
  43. c4c9978 netfilter: ipset: Fix parallel resizing and listing of the same set by Jozsef Kadlecsik · 9 years ago
  44. f690cba netfilter: ipset: Fix cidr handling for hash:*net* types by Jozsef Kadlecsik · 9 years ago
  45. aff2275 netfilter: ipset: Check CIDR value only when attribute is given by Sergey Popovich · 9 years ago
  46. a212e08 netfilter: ipset: Make sure we always return line number on batch by Sergey Popovich · 9 years ago
  47. 2c227f2 netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6 by Sergey Popovich · 9 years ago
  48. 7dd37bc netfilter: ipset: Check extensions attributes before getting extensions. by Sergey Popovich · 9 years ago
  49. edda079 netfilter: ipset: Use SET_WITH_*() helpers to test set extensions by Sergey Popovich · 9 years ago
  50. aaeb6e24 netfilter: ipset: Use MSEC_PER_SEC consistently by Jozsef Kadlecsik · 9 years ago
  51. 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  52. c8d17b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  53. a2f0fad tcp: tcp_v6_connect() cleanup by Eric Dumazet · 9 years ago
  54. 1e98a0f flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrs by Eric Dumazet · 9 years ago
  55. 5b173cf Fix Cavium Liquidio build related errors and warnings by Raghu Vatsavayi · 9 years ago
  56. d0dcad8 NFC: nfcmrvl: set PB_BAIL_OUT at setup by Vincent Cuissard · 9 years ago
  57. 34ac496 NFC: nci: remove current SLEEP mode management by Vincent Cuissard · 9 years ago
  58. 83d5672 NFC: nfcmrvl: Allow ISO15693 protocol by Vincent Cuissard · 9 years ago
  59. 43465b7 NFC: nfcmrvl: small fix in USB driver by Vincent Cuissard · 9 years ago
  60. ea70477 Merge branch 'flow_dissector-next' by David S. Miller · 9 years ago
  61. 6a74fcf flow_dissector: add support for dst, hop-by-hop and routing ext hdrs by Tom Herbert · 9 years ago
  62. 611d23c5 flow_dissector: Fix MPLS entropy label handling in flow dissector by Tom Herbert · 9 years ago
  63. b07d4961 Doc: networking: Fix URL for wiki.wireshark.org in udplite.txt by Masanari Iida · 9 years ago
  64. b60f2f3 net: ipv4: un-inline ip_finish_output2 by Florian Westphal · 9 years ago
  65. ae36806 sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHO by Marcelo Ricardo Leitner · 9 years ago
  66. b85dfd3 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  67. 7b565d9 Merge tag 'md/4.1-rc7-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  68. c39f3bc Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  69. 482cfc3 netfilter: xtables: avoid percpu ruleset duplication by Florian Westphal · 9 years ago
  70. 71ae0df netfilter: xtables: use percpu rule counters by Florian Westphal · 9 years ago
  71. d7b5974 netfilter: bridge: restore vlan tag when refragmenting by Florian Westphal · 9 years ago
  72. 33b1f31 net: ip_fragment: remove BRIDGE_NETFILTER mtu special handling by Florian Westphal · 9 years ago
  73. efb6de9 netfilter: bridge: forward IPv6 fragmented packets by Bernhard Thaler · 9 years ago
  74. a4611d3 netfilter: bridge: re-order check_hbh_len() by Bernhard Thaler · 9 years ago
  75. 77d574e netfilter: bridge: rename br_parse_ip_options by Bernhard Thaler · 9 years ago
  76. 411ffb4 netfilter: bridge: refactor frag_max_size by Bernhard Thaler · 9 years ago
  77. 72b31f7 netfilter: bridge: detect NAT66 correctly and change MAC address by Bernhard Thaler · 9 years ago
  78. 8cae308 netfilter: bridge: re-order br_nf_pre_routing_finish_ipv6() by Bernhard Thaler · 9 years ago
  79. d39a33e netfilter: bridge: refactor clearing BRNF_NF_BRIDGE_PREROUTING by Bernhard Thaler · 9 years ago
  80. 7796684 netfilter: conntrack: warn the user if there is a better helper to use by Marcelo Ricardo Leitner · 9 years ago
  81. c83b2f2 iommu/vt-d: Only enable extended context tables if PASID is supported by David Woodhouse · 9 years ago
  82. ea358cd md: make sure MD_RECOVERY_DONE is clear before starting recovery/resync by NeilBrown · 9 years ago
  83. 8e8e251 md: Close race when setting 'action' to 'idle'. by NeilBrown · 9 years ago
  84. c008f1d md: don't return 0 from array_state_store by NeilBrown · 9 years ago
  85. df5f415 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  86. fb05e7a net: don't wait for order-3 page allocation by Shaohua Li · 9 years ago
  87. 6e2eb00 Merge tag 'drm-intel-fixes-2015-06-11' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 9 years ago
  88. 950c370 Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  89. 0fae3bf mpls: handle device renames for per-device sysctls by Robert Shearman · 9 years ago
  90. c63264d Merge branch 'tcp-gso-settings-defer' by David S. Miller · 9 years ago
  91. b5e2c45 tcp: remove obsolete check in tcp_set_skb_tso_segs() by Eric Dumazet · 9 years ago
  92. f69ad29 tcp: fill shinfo->gso_size at last moment by Eric Dumazet · 9 years ago
  93. 5bbb432 tcp: tcp_set_skb_tso_segs() no longer need struct sock parameter by Eric Dumazet · 9 years ago
  94. 51466a7 tcp: fill shinfo->gso_type at last moment by Eric Dumazet · 9 years ago
  95. a7eea41 tcp: reserve tcp_skb_mss() to tcp stack by Eric Dumazet · 9 years ago
  96. 57225e7 switchdev: fix BUG when port driver doesn't support set attr op by Scott Feldman · 9 years ago
  97. 58c98be net: igb: fix the start time for periodic output signals by Richard Cochran · 9 years ago
  98. d0504f4 Merge branch 'bna-next' by David S. Miller · 9 years ago
  99. ecc4678 bna: use netdev_* and dev_* instead of printk and pr_* by Ivan Vecera · 9 years ago
  100. ad24d6f bna: fix timeout API argument type by Ivan Vecera · 9 years ago