1. f06c7f9 vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu() by dingtianhong · 10 years ago
  2. aff09ce bridge: superfluous skb->nfct check in br_nf_dev_queue_xmit by Vasily Averin · 10 years ago
  3. e90c148 inet: remove now unused flag DST_NOPEER by Hannes Frederic Sowa · 10 years ago
  4. 0409114 bridge: netfilter: Use ether_addr_copy by Joe Perches · 10 years ago
  5. 56b148e bridge: change "foo* bar" to "foo *bar" by tanxiaojun · 11 years ago
  6. 72c39a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  7. 6b8dbcf bridge: netfilter: orphan skb before invoking ip netfilter hooks by Florian Westphal · 11 years ago
  8. 795aa6e netfilter: pass hook ops to hookfn by Patrick McHardy · 11 years ago
  9. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  10. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  11. 1fd9b1f net: vlan: prepare for 802.1ad support by Patrick McHardy · 11 years ago
  12. 6caab7b bridge: Pull ip header into skb->data before looking into ip header. by Sarveshwar Bandi · 12 years ago
  13. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  14. b587ee3 net: Add dummy dst_ops->redirect method where needed. by David S. Miller · 12 years ago
  15. f9d7516 br_netfilter: Convert to dst_neigh_lookup_skb(). by David S. Miller · 12 years ago
  16. f894cbf net: Add optional SKB arg to dst_ops->neigh_lookup(). by David S. Miller · 12 years ago
  17. aa740f4 netfilter: bridge: switch hook PFs to nfproto by Alban Crequy · 12 years ago
  18. 1de5a71 ipv6: correct the ipv6 option name - Pad0 to Pad1 by Eldad Zack · 12 years ago
  19. 4981682 netfilter: bridge: optionally set indev to vlan by Pablo Neira Ayuso · 12 years ago
  20. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  21. a881e96 set fake_rtable's dst to NULL to avoid kernel Oops by Peter Huang (Peng) · 12 years ago
  22. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  23. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  24. 739e450 bridge: netfilter: don't call iptables on vlan packets if sysctl is off by Florian Westphal · 12 years ago
  25. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  26. e688a60 net: introduce DST_NOPEER dst flag by Eric Dumazet · 13 years ago
  27. a13861a bridge: provide a mtu() method for fake_dst_ops by Eric Dumazet · 13 years ago
  28. e6373c4 net:bridge: use IS_ENABLED by Igor Maravić · 13 years ago
  29. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  30. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  31. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  32. 8f40b16 neigh: Pass neighbour entry to output ops. by David S. Miller · 13 years ago
  33. f6b72b6 net: Embed hh_cache inside of struct neighbour. by David S. Miller · 13 years ago
  34. 6407d74 bridge: provide a cow_metrics method for fake_ops by Alexander Holler · 13 years ago
  35. 33eb987 bridge: initialize fake_rtable metrics by Eric Dumazet · 13 years ago
  36. 9cbc94ea Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  37. cb68552 bridge: fix forwarding of IPv6 by Stephen Hemminger · 13 years ago
  38. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  39. f8e9881 bridge: reset IPCB in br_parse_ip_options by Eric Dumazet · 13 years ago
  40. 6b1e960 bridge: Reset IPCB when entering IP stack on NF_FORWARD by Herbert Xu · 13 years ago
  41. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  42. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  43. deef4b5 bridge: Use consistent NF_DROP returns in nf_pre_routing by Herbert Xu · 14 years ago
  44. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 14 years ago
  45. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  46. b5ed54e bridge: fix RCU races with bridge port by stephen hemminger · 14 years ago
  47. d028023 bridge: make br_parse_ip_options static by stephen hemminger · 14 years ago
  48. 1393791 ebtables: Allow filtering of hardware accelerated vlan frames. by Jesse Gross · 14 years ago
  49. fc66f95 net dst: use a percpu_counter to track entries by Eric Dumazet · 14 years ago
  50. 462fb2a bridge : Sanitize skb before it enters the IP stack by Bandan Das · 14 years ago
  51. 87f94b4 bridge: Clear INET control block of SKBs passed into ip_fragment(). by David S. Miller · 14 years ago
  52. 4c3a76a bridge: netfilter: fix a memory leak by Changli Gao · 14 years ago
  53. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  54. 1776206 bridge: Clear IPCB before possible entry into IP stack by Herbert Xu · 14 years ago
  55. 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
  56. 4df53d8 bridge: add per bridge device controls for invoking iptables by Patrick McHardy · 14 years ago
  57. 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
  58. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  59. f9181f4 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  60. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  61. a8b5638 netfilter: br_netfilter: use skb_set_noref() by Eric Dumazet · 14 years ago
  62. e94c674 netfilter: bridge-netfilter: fix crash in br_nf_forward_finish() by Bart De Schuymer · 14 years ago
  63. 6c79bf0 netfilter: bridge-netfilter: fix refragmenting IP traffic encapsulated in PPPoE traffic by Bart De Schuymer · 14 years ago
  64. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  65. e179e63 netfilter: bridge-netfilter: Fix MAC header handling with IP DNAT by Bart De Schuymer · 14 years ago
  66. ea2d9b4 netfilter: bridge-netfilter: simplify IP DNAT by Bart De Schuymer · 14 years ago
  67. 8237908 netfilter: bridge-netfilter: cleanup br_netfilter.c by Bart De Schuymer · 14 years ago
  68. 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
  69. 713aefa netfilter: bridge: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  70. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  71. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  72. f3abc9b netfilter: bridge: refcount fix by Eric Dumazet · 15 years ago
  73. 1490fd8 net, bridge: align br_nf_ops assignment by Cyrill Gorcunov · 15 years ago
  74. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  75. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  76. c197fac netfilter: bridge: allow fragmentation of VLAN packets traversing a bridge by hummerbliss@gmail.com · 15 years ago
  77. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  78. 47e0e1c netfilter 03/09: bridge: Disable PPPOE/VLAN processing by default by Herbert Xu · 16 years ago
  79. a2bd40a netfilter 02/09: bridge: Fix handling of non-IP packets in FORWARD/POST_ROUTING by Herbert Xu · 16 years ago
  80. 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
  81. 5b9ab2e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  82. 631339f bridge: netfilter: fix update_pmtu crash with GRE by Herbert Xu · 16 years ago
  83. 249b620 netfilter: netns ebtables: br_nf_pre_routing_finish() fixup by Alexey Dobriyan · 16 years ago
  84. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  85. fdc9314 netfilter: replace old NF_ARP calls with NFPROTO_ARP by Jan Engelhardt · 16 years ago
  86. 76108ce netfilter: Use unsigned types for hooknum and pf vars by Jan Engelhardt · 16 years ago
  87. ad61980 bridge: fix compile warning in net/bridge/br_netfilter.c by Rami Rosen · 16 years ago
  88. 4adf0af bridge: send correct MTU value in PMTU (revised) by Simon Wunderlich · 16 years ago
  89. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  90. 159d833 [BRIDGE]: Fix crash in __ip_route_output_key with bridge netfilter by Patrick McHardy · 16 years ago
  91. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  92. 2fd8e52 [NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev member by Patrick McHardy · 16 years ago
  93. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 17 years ago
  94. b5ccd79 [NET]: Simple ctl_table to ctl_path conversions. by Pavel Emelyanov · 17 years ago
  95. 1999414 [NETFILTER]: Mark hooks __read_mostly by Patrick McHardy · 17 years ago
  96. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  97. 2dc2f20 [NETFILTER]: bridge-netfilter: fix net_device refcnt leaks by Patrick McHardy · 17 years ago
  98. 2948d2e [NETFILTER]: bridge: fix double POST_ROUTING invocation by Patrick McHardy · 17 years ago
  99. 81d9dda [NETFILTER]: bridge: fix double POSTROUTING hook invocation by Patrick McHardy · 17 years ago
  100. 9c2842b [BRIDGE]: Remove SKB share checks in br_nf_pre_routing(). by Patrick McHardy · 17 years ago