1. 238e54c netfilter: Make nf_hookfn use nf_hook_state. by David S. Miller · 9 years ago
  2. 8d04516 netfilter: bridge: kill nf_bridge_pad by Florian Westphal · 9 years ago
  3. e4bb9bc netfilter: bridge: remove BRNF_STATE_BRIDGED flag by Florian Westphal · 9 years ago
  4. c055d5b netfilter: bridge: query conntrack about skb dnat by Florian Westphal · 9 years ago
  5. 1a4ba64 netfilter: bridge: use rcu hook to resolve br_netfilter dependency by Pablo Neira Ayuso · 9 years ago
  6. e5de75b netfilter: bridge: move DNAT helper to br_netfilter by Pablo Neira Ayuso · 9 years ago
  7. 7a8d831 netfilter: bridge: refactor conditional in br_nf_dev_queue_xmit by Florian Westphal · 9 years ago
  8. 4a9d2f2 netfilter: bridge: move nf_bridge_update_protocol to where its used by Florian Westphal · 9 years ago
  9. 8bd63cf bridge: move mac header copying into br_netfilter by Florian Westphal · 9 years ago
  10. 9672723 bridge: netfilter: Move sysctl-specific error code inside #ifdef by Geert Uytterhoeven · 9 years ago
  11. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  12. 958d03b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  13. 5676864 netfilter: fix various sparse warnings by Florian Westphal · 10 years ago
  14. 7677e86 bridge: Do not compile options in br_parse_ip_options by Herbert Xu · 10 years ago
  15. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  16. 93fdd47 bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTING by Herbert Xu · 10 years ago
  17. 4b7fd5d netfilter: explicit module dependency between br_netfilter and physdev by Pablo Neira Ayuso · 10 years ago
  18. 34666d4 netfilter: bridge: move br_netfilter out of the core by Pablo Neira Ayuso · 10 years ago
  19. 7276ca3 netfilter: bridge: nf_bridge_copy_header as static inline in header by Pablo Neira Ayuso · 10 years ago
  20. f06c7f9 vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu() by dingtianhong · 10 years ago
  21. aff09ce bridge: superfluous skb->nfct check in br_nf_dev_queue_xmit by Vasily Averin · 10 years ago
  22. e90c148 inet: remove now unused flag DST_NOPEER by Hannes Frederic Sowa · 10 years ago
  23. 0409114 bridge: netfilter: Use ether_addr_copy by Joe Perches · 10 years ago
  24. 56b148e bridge: change "foo* bar" to "foo *bar" by tanxiaojun · 11 years ago
  25. 72c39a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  26. 6b8dbcf bridge: netfilter: orphan skb before invoking ip netfilter hooks by Florian Westphal · 11 years ago
  27. 795aa6e netfilter: pass hook ops to hookfn by Patrick McHardy · 11 years ago
  28. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  29. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  30. 1fd9b1f net: vlan: prepare for 802.1ad support by Patrick McHardy · 11 years ago
  31. 6caab7b bridge: Pull ip header into skb->data before looking into ip header. by Sarveshwar Bandi · 12 years ago
  32. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  33. b587ee3 net: Add dummy dst_ops->redirect method where needed. by David S. Miller · 12 years ago
  34. f9d7516 br_netfilter: Convert to dst_neigh_lookup_skb(). by David S. Miller · 12 years ago
  35. f894cbf net: Add optional SKB arg to dst_ops->neigh_lookup(). by David S. Miller · 12 years ago
  36. aa740f4 netfilter: bridge: switch hook PFs to nfproto by Alban Crequy · 12 years ago
  37. 1de5a71 ipv6: correct the ipv6 option name - Pad0 to Pad1 by Eldad Zack · 12 years ago
  38. 4981682 netfilter: bridge: optionally set indev to vlan by Pablo Neira Ayuso · 12 years ago
  39. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  40. a881e96 set fake_rtable's dst to NULL to avoid kernel Oops by Peter Huang (Peng) · 12 years ago
  41. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  42. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  43. 739e450 bridge: netfilter: don't call iptables on vlan packets if sysctl is off by Florian Westphal · 12 years ago
  44. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  45. e688a60 net: introduce DST_NOPEER dst flag by Eric Dumazet · 13 years ago
  46. a13861a bridge: provide a mtu() method for fake_dst_ops by Eric Dumazet · 13 years ago
  47. e6373c4 net:bridge: use IS_ENABLED by Igor Maravić · 13 years ago
  48. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  49. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  50. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  51. 8f40b16 neigh: Pass neighbour entry to output ops. by David S. Miller · 13 years ago
  52. f6b72b6 net: Embed hh_cache inside of struct neighbour. by David S. Miller · 13 years ago
  53. 6407d74 bridge: provide a cow_metrics method for fake_ops by Alexander Holler · 13 years ago
  54. 33eb987 bridge: initialize fake_rtable metrics by Eric Dumazet · 13 years ago
  55. 9cbc94ea Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  56. cb68552 bridge: fix forwarding of IPv6 by Stephen Hemminger · 13 years ago
  57. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  58. f8e9881 bridge: reset IPCB in br_parse_ip_options by Eric Dumazet · 13 years ago
  59. 6b1e960 bridge: Reset IPCB when entering IP stack on NF_FORWARD by Herbert Xu · 13 years ago
  60. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  61. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  62. deef4b5 bridge: Use consistent NF_DROP returns in nf_pre_routing by Herbert Xu · 14 years ago
  63. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 14 years ago
  64. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  65. b5ed54e bridge: fix RCU races with bridge port by stephen hemminger · 14 years ago
  66. d028023 bridge: make br_parse_ip_options static by stephen hemminger · 14 years ago
  67. 1393791 ebtables: Allow filtering of hardware accelerated vlan frames. by Jesse Gross · 14 years ago
  68. fc66f95 net dst: use a percpu_counter to track entries by Eric Dumazet · 14 years ago
  69. 462fb2a bridge : Sanitize skb before it enters the IP stack by Bandan Das · 14 years ago
  70. 87f94b4 bridge: Clear INET control block of SKBs passed into ip_fragment(). by David S. Miller · 14 years ago
  71. 4c3a76a bridge: netfilter: fix a memory leak by Changli Gao · 14 years ago
  72. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  73. 1776206 bridge: Clear IPCB before possible entry into IP stack by Herbert Xu · 14 years ago
  74. e490c1de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  75. 4df53d8 bridge: add per bridge device controls for invoking iptables by Patrick McHardy · 14 years ago
  76. 16fb62b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  77. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  78. f9181f4 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  79. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  80. a8b5638 netfilter: br_netfilter: use skb_set_noref() by Eric Dumazet · 14 years ago
  81. e94c674 netfilter: bridge-netfilter: fix crash in br_nf_forward_finish() by Bart De Schuymer · 14 years ago
  82. 6c79bf0 netfilter: bridge-netfilter: fix refragmenting IP traffic encapsulated in PPPoE traffic by Bart De Schuymer · 14 years ago
  83. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  84. e179e63 netfilter: bridge-netfilter: Fix MAC header handling with IP DNAT by Bart De Schuymer · 14 years ago
  85. ea2d9b4 netfilter: bridge-netfilter: simplify IP DNAT by Bart De Schuymer · 14 years ago
  86. 8237908 netfilter: bridge-netfilter: cleanup br_netfilter.c by Bart De Schuymer · 14 years ago
  87. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  88. 713aefa netfilter: bridge: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  89. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  90. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  91. f3abc9b netfilter: bridge: refcount fix by Eric Dumazet · 15 years ago
  92. 1490fd8 net, bridge: align br_nf_ops assignment by Cyrill Gorcunov · 15 years ago
  93. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  94. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  95. c197fac netfilter: bridge: allow fragmentation of VLAN packets traversing a bridge by hummerbliss@gmail.com · 15 years ago
  96. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  97. 47e0e1c netfilter 03/09: bridge: Disable PPPOE/VLAN processing by default by Herbert Xu · 16 years ago
  98. a2bd40a netfilter 02/09: bridge: Fix handling of non-IP packets in FORWARD/POST_ROUTING by Herbert Xu · 16 years ago
  99. ed77a89 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 16 years ago
  100. 5b9ab2e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago