1. c127437 [NETFILTER]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG by Gregor Maier · 19 years ago
  2. 125a12c [BRIDGE]: generate kobject remove event by Stephen Hemminger · 19 years ago
  3. d32439c [BRIDGE]: port timer initialization by Stephen Hemminger · 19 years ago
  4. 6e86b89 [BRIDGE]: fix crash in STP by Stephen Hemminger · 19 years ago
  5. bafac2a [NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibility by Patrick McHardy · 19 years ago
  6. 42cf93c [NETFILTER]: Fix bridge netfilter related in xfrm_lookup by Patrick McHardy · 19 years ago
  7. 78872cc [BRIDGE]: Fix deadlock in br_stp_disable_bridge by Adrian Drzewiecki · 19 years ago
  8. 178a325 [BRIDGE]: Better fix for netfilter missing symbol has_bridge_parent by Stephen Hemminger · 19 years ago
  9. 3c79192 [PATCH] netfilter: fix build error due to missing has_bridge_parent macro by Jesper Juhl · 19 years ago
  10. bab1dee [BRIDGE]: fix error handling for add interface to bridge by Stephen Hemminger · 19 years ago
  11. 5dce971 [BRIDGE]: netfilter handle RCU during removal by Stephen Hemminger · 19 years ago
  12. b3f1be4 [BRIDGE]: fix for RCU and deadlock on device removal by Stephen Hemminger · 19 years ago
  13. ee4bb81 [NETFILTER]: Fix possible overflow in netfilters do_replace() by Kirill Korotaev · 19 years ago
  14. ad2ad0f [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_log by Patrick McHardy · 19 years ago
  15. c2db292 [NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz' by Holger Eitzenberger · 19 years ago
  16. 3f4cfc2 [BRIDGE]: Fix device delete race. by Stephen Hemminger · 19 years ago
  17. ab67a4d [EBTABLES]: Handle SCTP/DCCP in ebt_{ip,log} by Patrick McHardy · 19 years ago
  18. 2e4e6a1 [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables by Harald Welte · 19 years ago
  19. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  20. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 19 years ago
  21. 82bf7e9 [NET]: Some more missing include/etherdevice.h includes by David S. Miller · 19 years ago
  22. 8a4c8a9 [EBTABLES] Don't match tcp/udp source/destination port for IP fragments by Bart De Schuymer · 19 years ago
  23. d3f4a68 [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() by Kris Katterjohn · 19 years ago
  24. ee02b3a [BRIDGE] netfilter: vlan + hw checksum = bug? by Stephen Hemminger · 19 years ago
  25. dbbc098 [NET]: Use newer is_multicast_ether_addr() in some files by Kris Katterjohn · 19 years ago
  26. 46f25df [NET]: Change 1500 to ETH_DATA_LEN in some files by Kris Katterjohn · 19 years ago
  27. db9edfd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  28. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  29. 554c9a8 [BRIDGE]: Fix faulty check in br_stp_recalculate_bridge_id() by Stephen Hemminger · 19 years ago
  30. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  31. 8cbb512e [BRIDGE]: add version number by Stephen Hemminger · 19 years ago
  32. edb5e46 [BRIDGE]: limited ethtool support by Stephen Hemminger · 19 years ago
  33. 0e5eaba [BRIDGE]: filter packets in learning state by Stephen Hemminger · 19 years ago
  34. 4433f42 [BRIDGE]: handle speed detection after carrier changes by Stephen Hemminger · 19 years ago
  35. 4505a3e [BRIDGE]: allow setting hardware address of bridge pseudo-dev by Stephen Hemminger · 19 years ago
  36. d5228a4 [NETFILTER] ebtables: Support nf_log API from ebt_log and ebt_ulog by Bart De Schuymer · 19 years ago
  37. 79cac2a [BR_NETFILTER]: Fix leak if skb traverses > 1 bridge by David Kimdon · 19 years ago
  38. b036648 [BRIDGE-NF]: Fix bridge-nf ipv6 length check by Bart De Schuymer · 19 years ago
  39. 133747e [BRIDGE]: recompute features when adding a new device by Olaf Rempel · 19 years ago
  40. 6ede246 [BRIDGE]: Use ether_compare by Stephen Hemminger · 19 years ago
  41. c8923c6 [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering. by David S. Miller · 19 years ago
  42. ab4060e [BRIDGE]: fix race on bridge del if by Stephen Hemminger · 19 years ago
  43. 2a7bc3c [BRIDGE]: TSO fix in br_dev_queue_push_xmit by Vlad Drukker · 19 years ago
  44. 1c011be [BRIDGE-NF]: Fix iptables redirect on bridge interface by Bart De Schuymer · 19 years ago
  45. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  46. 0662860 [NETLINK]: Add "groups" argument to netlink_kernel_create by Patrick McHardy · 19 years ago
  47. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  48. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  49. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  50. 6869c4d [NETFILTER]: reduce netfilter sk_buff enlargement by Harald Welte · 19 years ago
  51. eb3f8f5 [NET]: BRIDGE_EBT_ARPREPLY must depend on INET by Adrian Bunk · 19 years ago
  52. 6a2e9b7 [NET]: move config options out to individual protocols by Sam Ravnborg · 19 years ago
  53. 9666dae [NETFILTER]: Fix connection tracking bug in 2.6.12 by Patrick McHardy · 19 years ago
  54. 85c1937 [EBTABLES]: Fix thinkos in ebt_log.c by David S. Miller · 19 years ago
  55. 68d3187 [EBTABLES]: vfree() checking cleanups by James Lamanna · 19 years ago
  56. 18b8afc [NETFILTER]: Kill nf_debug by Patrick McHardy · 19 years ago
  57. 7ce54e3 [BRIDGE]: receive path optimization by Stephen Hemminger · 19 years ago
  58. 85967bb [BRIDGE]: prevent bad forwarding table updates by Stephen Hemminger · 19 years ago
  59. 81d3530 [BRIDGE]: set features based on enslaved devices by Stephen Hemminger · 19 years ago
  60. f0e035f [PATCH] kobject/hotplug split - net bridge by kay.sievers@vrfy.org · 19 years ago
  61. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago