1. 561f110 bridge: Add multicast_snooping sysfs toggle by Herbert Xu · 14 years ago
  2. 0909e11 bridge: Add multicast_router sysfs entries by Herbert Xu · 14 years ago
  3. c4fcb78 bridge: Add multicast data-path hooks by Herbert Xu · 14 years ago
  4. 3fe2d7c bridge: Add multicast start/stop hooks by Herbert Xu · 14 years ago
  5. 5cb5e94 bridge: Add multicast forwarding functions by Herbert Xu · 14 years ago
  6. eb1d164 bridge: Add core IGMP snooping support by Herbert Xu · 14 years ago
  7. 025d89c bridge: Split may_deliver/deliver_clone out of br_flood by Herbert Xu · 14 years ago
  8. 6088a53 bridge: Use BR_INPUT_SKB_CB on xmit path by Herbert Xu · 14 years ago
  9. b33084b bridge: Avoid unnecessary clone on forward path by Herbert Xu · 14 years ago
  10. 68b7c89 bridge: Allow tail-call on br_pass_frame_up by Herbert Xu · 14 years ago
  11. 87557c1 bridge: Do br_pass_frame_up after other ports by Herbert Xu · 14 years ago
  12. 6e705f5 netfilter: ebtables: mark: add CONFIG_COMPAT support by Florian Westphal · 14 years ago
  13. 314ddca netfilter: ebt_limit: add CONFIG_COMPAT support by Florian Westphal · 14 years ago
  14. 90b89af netfilter: ebtables: try native set/getsockopt handlers, too by Florian Westphal · 14 years ago
  15. 81e675c netfilter: ebtables: add CONFIG_COMPAT support by Florian Westphal · 14 years ago
  16. 49facff netfilter: ebtables: split update_counters into two functions by Florian Westphal · 14 years ago
  17. 837395a netfilter: ebtables: split copy_everything_to_user into two functions by Florian Westphal · 14 years ago
  18. e788759 netfilter: ebtables: split do_replace into two functions by Florian Westphal · 14 years ago
  19. fc0e3df netfilter: ebtables: avoid explicit XT_ALIGN() in match/targets by Florian Westphal · 14 years ago
  20. 1756de2 netfilter: ebtables: abort if next_offset is too small by Florian Westphal · 14 years ago
  21. d5d1baa netfilter: xtables: add const qualifiers by Jan Engelhardt · 15 years ago
  22. 9ab99d5 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  23. 570930f bridge: Remove unused age_list by Herbert Xu · 14 years ago
  24. add6746 netfilter: add struct net * to target parameters by Patrick McHardy · 14 years ago
  25. f54e936 netfilter: xtables: add struct xt_mtdtor_param::net by Alexey Dobriyan · 14 years ago
  26. a83d8e8 netfilter: xtables: add struct xt_mtchk_param::net by Alexey Dobriyan · 14 years ago
  27. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  28. dce766a netfilter: ebtables: enforce CAP_NET_ADMIN by Florian Westphal · 14 years ago
  29. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  30. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  31. ad4bb6f cfg80211: disallow bridging managed/adhoc interfaces by Johannes Berg · 15 years ago
  32. bb9074f Merge commit 'v2.6.32-rc7' by Eric W. Biederman · 15 years ago
  33. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  34. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  35. 31ef30c bridge: remove dev_put() in add_del_if() by Eric Dumazet · 15 years ago
  36. 1056bd5 bridge: prevent bridging wrong device by Stephen Hemminger · 15 years ago
  37. 8c56ba0 bridge: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  38. 72dad21 bridge: Allow enable/disable UFO on bridge device via ethtool by Sridhar Samudrala · 15 years ago
  39. 30df94f bridge: Fix double-free in br_add_if. by Jeff Hansen · 15 years ago
  40. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  41. 384912e net: Add DEVTYPE support for Ethernet based devices by Marcel Holtmann · 15 years ago
  42. 9a0da0d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  43. 8a56df0 netfilter: ebt_ulog: fix checkentry return value by Patrick McHardy · 15 years ago
  44. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  45. f3abc9b netfilter: bridge: refcount fix by Eric Dumazet · 15 years ago
  46. 35aad0f netfilter: xtables: mark initial tables constant by Jan Engelhardt · 15 years ago
  47. 3982d3d net/bridge: Add 'hairpin' port forwarding mode by Fischer, Anna · 15 years ago
  48. dc05a56 Merge branch 'master' of git://dev.medozas.de/linux by Patrick McHardy · 15 years ago
  49. 24c232d netfilter: xtables: switch hook PFs to nfproto by Jan Engelhardt · 15 years ago
  50. be39ee1 netfilter: ebtables: Use %pM conversion specifier by Tobias Klauser · 15 years ago
  51. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  52. df597ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  53. c587aea net/bridge: use kobject_put to release kobject in br_add_if error path by Xiaotian Feng · 15 years ago
  54. 1490fd8 net, bridge: align br_nf_ops assignment by Cyrill Gorcunov · 15 years ago
  55. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  56. 473c22d bridge: Use rcu_barrier() instead of syncronize_net() on unload. by Jesper Dangaard Brouer · 15 years ago
  57. da67829 bridge: Simplify interface for ATM LANE by Michał Mirosław · 15 years ago
  58. 36432dae Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Patrick McHardy · 15 years ago
  59. a5e7882 netfilter: x_tables: added hook number into match extension parameter structure. by Evgeniy Polyakov · 15 years ago
  60. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  61. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  62. 8cc848f Merge branch 'master' of git://dev.medozas.de/linux by Patrick McHardy · 15 years ago
  63. 0bb3241 bridge: avoid an extra space in br_fdb_update() by Jiri Pirko · 15 years ago
  64. af38f29 net: Fix bridgeing sysfs handling of rtnl_lock by Eric W. Biederman · 15 years ago
  65. 4f0611a bridge: fix initial packet flood if !STP by Stephen Hemminger · 15 years ago
  66. a598f6a bridge: relay bridge multicast pkgs if !STP by Stephen Hemminger · 15 years ago
  67. 98e8640 netfilter: xtables: consolidate open-coded logic by Jan Engelhardt · 15 years ago
  68. c197fac netfilter: bridge: allow fragmentation of VLAN packets traversing a bridge by hummerbliss@gmail.com · 15 years ago
  69. f0de70f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  70. 7249dee netfilter: fix nf_logger name in ebt_ulog. by Eric Leblond · 15 years ago
  71. 3b334d4 netfilter: fix warning in ebt_ulog init function. by Eric Leblond · 15 years ago
  72. 704b3ea netfilter: fix warning about invalid const usage by Eric Leblond · 15 years ago
  73. cda6d37 bridge: bad error handling when adding invalid ether address by Stephen Hemminger · 15 years ago
  74. b5bb143 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  75. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 15 years ago
  76. 842bff3 netfilter: ebtables: remove unneeded initializations by Stephen Hemminger · 15 years ago
  77. 0ecc103 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  78. 4906f99 bridge: Fix LRO crash with tun by Herbert Xu · 15 years ago
  79. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  80. d61ba9f netfilter 05/09: ebtables: fix inversion in match code by Jan Engelhardt · 15 years ago
  81. 47e0e1c netfilter 03/09: bridge: Disable PPPOE/VLAN processing by default by Herbert Xu · 15 years ago
  82. a2bd40a netfilter 02/09: bridge: Fix handling of non-IP packets in FORWARD/POST_ROUTING by Herbert Xu · 15 years ago
  83. f3d8b2e net/bridge/netfilter: move a dereference below a NULL test by Julia Lawall · 15 years ago
  84. 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
  85. 5b9ab2e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  86. 631339f bridge: netfilter: fix update_pmtu crash with GRE by Herbert Xu · 16 years ago
  87. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  88. a2dbb88 bridge: convert to net_device_ops by Stephen Hemminger · 16 years ago
  89. 524ad0a netdevice: safe convert to netdev_priv() #part-4 by Wang Chen · 16 years ago
  90. 249b620 netfilter: netns ebtables: br_nf_pre_routing_finish() fixup by Alexey Dobriyan · 16 years ago
  91. b71b30a netfilter: netns ebtables: ebtable_nat in netns by Alexey Dobriyan · 16 years ago
  92. 4aad109 netfilter: netns ebtables: ebtable_filter in netns by Alexey Dobriyan · 16 years ago
  93. 8157e6d netfilter: netns ebtables: ebtable_broute in netns by Alexey Dobriyan · 16 years ago
  94. dbcdf85 netfilter: netns ebtables: more cleanup during ebt_unregister_table() by Alexey Dobriyan · 16 years ago
  95. 6beceee netfilter: netns ebtables: part 2 by Alexey Dobriyan · 16 years ago
  96. 511061e netfilter: netns ebtables: part 1 by Alexey Dobriyan · 16 years ago
  97. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  98. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  99. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  100. b189db5 net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final users by Harvey Harrison · 16 years ago