1. 0dc60a4 netfilter: xt_hashlimit: Prepare for revision 2 by Vishwanath Pai · 9 years ago
  2. 7bfdde7 netfilter: nft_ct: report error if mark and dir specified simultaneously by Liping Zhang · 9 years ago
  3. d767ff2 netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocol by Liping Zhang · 9 years ago
  4. 8d11350 netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack by Gao Feng · 9 years ago
  5. e3b37f1 netfilter: replace list_head with single linked list by Aaron Conole · 9 years ago
  6. 54f17bb netfilter: nf_queue: whitespace cleanup by Aaron Conole · 9 years ago
  7. d4bb5ca netfilter: Only allow sane values in nf_register_net_hook by Aaron Conole · 9 years ago
  8. e2361cb netfilter: Remove explicit rcu_read_lock in nf_hook_slow by Aaron Conole · 9 years ago
  9. 2c1e270 netfilter: call nf_hook_ingress with rcu_read_lock by Aaron Conole · 9 years ago
  10. fe72926 netfilter: call nf_hook_state_init with rcu_read_lock held by Florian Westphal · 9 years ago
  11. c5136b1 netfilter: bridge: add and use br_nf_hook_thresh by Florian Westphal · 9 years ago
  12. 50f4c7b netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and more readable by Gao Feng · 9 years ago
  13. 4004d5c netfilter: nft_lookup: remove superfluous element found check by Pablo Neira Ayuso · 9 years ago
  14. b9d80f8 netfilter: xt_helper: Use sizeof(variable) instead of literal number by Gao Feng · 9 years ago
  15. 7bdc662 netfilter: Enhance the codes used to get random once by Gao Feng · 9 years ago
  16. a20877b netfilter: nf_tables: check tprot_set first when we use xt.thoff by Liping Zhang · 9 years ago
  17. 8dc3c2b netfilter: nf_tables: improve nft payload fast eval by Liping Zhang · 9 years ago
  18. 2462f3f netfilter: nf_queue: improve queue range support for bridge family by Liping Zhang · 9 years ago
  19. 8061bb5 netfilter: nft_queue: add _SREG_QNUM attr to select the queue number by Liping Zhang · 9 years ago
  20. 36b701f netfilter: nf_tables: validate maximum value of u32 netlink attributes by Laura Garcia Liebana · 9 years ago
  21. 2b03bf7 netfilter: nft_numgen: add number generation offset by Laura Garcia Liebana · 9 years ago
  22. 14e2dee netfilter: nft_hash: fix hash overflow validation by Laura Garcia Liebana · 9 years ago
  23. 2e917d6 netfilter: nft_numgen: fix race between num generate and store it by Liping Zhang · 9 years ago
  24. 8e8118f netfilter: conntrack: remove packet hotpath stats by Florian Westphal · 9 years ago
  25. 6bd1430 netfilter: nf_queue: get rid of dependency on IP6_NF_IPTABLES by Liping Zhang · 9 years ago
  26. 23d0750 netfilter: Add the missed return value check of nft_register_chain_type by Gao Feng · 9 years ago
  27. 4e6577d netfilter: Add the missed return value check of register_netdevice_notifier by Gao Feng · 9 years ago
  28. cf71c03 netfilter: nf_conntrack: simplify __nf_ct_try_assign_helper() return logic by Pablo Neira · 9 years ago
  29. 71212c9 netfilter: nf_tables: don't drop IPv6 packets that cannot parse transport by Pablo Neira Ayuso · 9 years ago
  30. 10151d7 netfilter: nf_tables_bridge: use nft_set_pktinfo_ipv{4, 6}_validate by Pablo Neira Ayuso · 9 years ago
  31. ddc8b60 netfilter: introduce nft_set_pktinfo_{ipv4, ipv6}_validate() by Pablo Neira Ayuso · 9 years ago
  32. 8df9e32 netfilter: nf_tables_ipv6: setup pktinfo transport field on failure to parse by Pablo Neira Ayuso · 9 years ago
  33. beac5af netfilter: nf_tables: ensure proper initialization of nft_pktinfo fields by Pablo Neira Ayuso · 9 years ago
  34. dbd2be0 netfilter: nft_dynset: allow to invert match criteria by Pablo Neira Ayuso · 9 years ago
  35. 70ca767 netfilter: nft_hash: Add hash offset value by Laura Garcia Liebana · 9 years ago
  36. 3c15b8e netfilter: nf_conntrack: remove unused ctl_table_path member in nf_conntrack_l3proto by Liping Zhang · 9 years ago
  37. fe01111 netfilter: nft_queue: check the validation of queues_total and queuenum by Liping Zhang · 9 years ago
  38. 1bcabc8 netfilter: nf_ct_sip: allow tab character in SIP headers by Marco Angaroni · 9 years ago
  39. 22609b4 netfilter: nft_quota: introduce nft_overquota() by Pablo Neira Ayuso · 9 years ago
  40. db6d857 netfilter: nft_quota: fix overquota logic by Pablo Neira Ayuso · 9 years ago
  41. 0d9932b netfilter: nft_numgen: rename until attribute by modulus by Laura Garcia Liebana · 9 years ago
  42. ddb075b netfilter: ftp: Remove the useless code by Gao Feng · 9 years ago
  43. 723eb29 netfilter: ftp: Remove the useless dlen==0 condition check in find_pattern by Gao Feng · 9 years ago
  44. f0608ce netfilter: nf_ct_sip: correct allowed characters in Call-ID SIP header by Marco Angaroni · 9 years ago
  45. 68cb9fe netfilter: nf_ct_sip: correct parsing of continuation lines in SIP headers by Marco Angaroni · 9 years ago
  46. c579a9e netfilter: gre: Use consistent GRE and PTTP header structure instead of the ones defined by netfilter by Gao Feng · 9 years ago
  47. ecc6569 netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfilter. by Gao Feng · 9 years ago
  48. cf86799 ptp: ixp46x: remove NO_IRQ handling by Arnd Bergmann · 9 years ago
  49. 72a31d8 sfc: check MTU against minimum threshold by Bert Kenward · 9 years ago
  50. f1e4ba5 perf, bpf: fix conditional call to bpf_overflow_handler by Arnd Bergmann · 9 years ago
  51. 3f59199 net: arc_emac: mark arc_mdio_reset() static by Baoyou Xie · 9 years ago
  52. e0c79ff lan78xx: mark symbols static where possible by Baoyou Xie · 9 years ago
  53. c63ad41 Merge branch 'qed-get_regs' by David S. Miller · 9 years ago
  54. 4102426 qed: Add infrastructure for debug data collection by Tomer Tayar · 9 years ago
  55. 736c4c1 bnx2x: Add support for segmentation of tunnels with outer checksums by Alexander Duyck · 9 years ago
  56. 2591c28 qed: Remove OOM messages by Joe Perches · 9 years ago
  57. c7ee567 Merge tag 'rxrpc-rewrite-20160904-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 9 years ago
  58. 0122c6d Merge tag 'rxrpc-rewrite-20160904-1' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 9 years ago
  59. 5e1e61a vxlan: Update tx_errors statistics if vxlan_build_skb return err. by Haishuang Yan · 9 years ago
  60. 326fe02 net/mlx4_en: protect ring->xdp_prog with rcu_read_lock by Brenden Blanco · 9 years ago
  61. bc58493 Merge branch 'mediatek-rx-path-enhancements' by David S. Miller · 9 years ago
  62. 41156ce net: ethernet: mediatek: enhance RX path by aggregating more SKBs into NAPI by Sean Wang · 9 years ago
  63. 635372a net: ethernet: mediatek: enhance RX path by reducing the frequency of the memory barrier used by Sean Wang · 9 years ago
  64. 0da4d28 Merge branch 'hso-neatening' by David S. Miller · 9 years ago
  65. 3981cce hso: Convert printk to pr_<level> by Joe Perches · 9 years ago
  66. 95a6911 hso: Use a more common logging style by Joe Perches · 9 years ago
  67. 13722bb smsc95xx: Add mdix control via ethtool by Woojung Huh · 9 years ago
  68. 273bf28 smsc95xx: Add register define by Woojung Huh · 9 years ago
  69. 983ccd7 smsc95xx: Add maintainer by Woojung Huh · 9 years ago
  70. 464520a Merge branch 'mv88e6xxx-isolate-Global2' by David S. Miller · 9 years ago
  71. ca070c1 net: dsa: mv88e6xxx: make global2 code optional by Vivien Didelot · 9 years ago
  72. ec56127 net: dsa: mv88e6xxx: move Global2 code by Vivien Didelot · 9 years ago
  73. 6654d0b net: dsa: mv88e6xxx: fix module naming by Vivien Didelot · 9 years ago
  74. 60175cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  75. 3dc20f0 rxrpc Move enum rxrpc_command to sendmsg.c by David Howells · 9 years ago
  76. 434e612 fs/afs/flock: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 9 years ago
  77. df423a4 rxrpc: Rearrange net/rxrpc/sendmsg.c by David Howells · 9 years ago
  78. 4c136da fs/afs/callback: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 9 years ago
  79. 0b58b8a rxrpc: Split sendmsg from packet transmission code by David Howells · 9 years ago
  80. 69ad052 fs/afs/rxrpc: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 9 years ago
  81. 9ce4d7d fs/afs/vlocation: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 9 years ago
  82. 090f85d rxrpc: Don't change the epoch by David Howells · 9 years ago
  83. 5f2d9c4 rxrpc: Randomise epoch and starting client conn ID values by David Howells · 9 years ago
  84. 2f5281b net: ti: cpmac: Fix compiler warning due to type confusion by Paul Burton · 9 years ago
  85. 661dbeb cxgb4: Add support for ndo_get_vf_config by Hariprasad Shenai · 9 years ago
  86. 6f2a802 Merge branch 'netns-opt' by David S. Miller · 9 years ago
  87. bc51ddd netns: avoid disabling irq for netns id by WANG Cong · 9 years ago
  88. 38f507f vxlan: call peernet2id() in fdb notification by WANG Cong · 9 years ago
  89. 7664423 openvswitch: Free tmpl with tmpl_free. by Joe Stringer · 9 years ago
  90. af338a9 rxrpc: The client call state must be changed before attachment to conn by David Howells · 9 years ago
  91. e8a3925 Merge branch 'liquidio-CN23XX-part-2' by David S. Miller · 9 years ago
  92. 3013639 liquidio:CN23XX pause frame support by Raghu Vatsavayi · 9 years ago
  93. 9ded1a5 liquidio: CN23XX napi support by Raghu Vatsavayi · 9 years ago
  94. 9ff1a9b liquidio: CN23XX health monitoring by Raghu Vatsavayi · 9 years ago
  95. dc3abcb liquidio: ethtool and led control support by Raghu Vatsavayi · 9 years ago
  96. 5b82351 liquidio: CN23XX octeon3 instruction by Raghu Vatsavayi · 9 years ago
  97. 9bdd460 liquidio: CN23XX IQ access by Raghu Vatsavayi · 9 years ago
  98. afdf841 liquidio: RX control commands by Raghu Vatsavayi · 9 years ago
  99. 7b6b6c9 liquidio: link and control commands by Raghu Vatsavayi · 9 years ago
  100. 0cc1f31 Merge branch 'tipc-scalable-broadcast-NACK' by David S. Miller · 9 years ago