1. 89114af [NET] gso: Add skb_is_gso by Herbert Xu · 18 years ago
  2. 69ee20a [BRIDGE]: br_dump_ifinfo index fix by Andrey Savochkin · 18 years ago
  3. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  4. 576a30e [NET]: Added GSO header verification by Herbert Xu · 18 years ago
  5. 37c3185 [NET]: Added GSO toggle by Herbert Xu · 18 years ago
  6. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  7. 2c6cc0d [BRIDGE]: Add support for NETIF_F_HW_CSUM devices by Herbert Xu · 18 years ago
  8. 8648b30 [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM by Herbert Xu · 18 years ago
  9. b38dfee [NET]: skb_trim audit by Herbert Xu · 18 years ago
  10. 11dc1f3 [BRIDGE]: netlink interface for link management by Stephen Hemminger · 18 years ago
  11. c090971 [BRIDGE]: fix module startup error handling by Stephen Hemminger · 18 years ago
  12. 9ef513b [BRIDGE]: optimize conditional in forward path by Stephen Hemminger · 18 years ago
  13. 3648570 [BRIDGE]: fix locking and memory leak in br_add_bridge by Jiri Benc · 18 years ago
  14. 387e2b0 [BRIDGE]: need to ref count the LLC sap by Stephen Hemminger · 18 years ago
  15. 5c170a0 [NETFILTER]: fix format specifier for netfilter log targets by Philip Craig · 18 years ago
  16. ac05202 [BRIDGE]: Do sysfs registration inside rtnl. by Stephen Hemminger · 18 years ago
  17. 1c29fc4 [BRIDGE]: keep track of received multicast packets by Stephen Hemminger · 18 years ago
  18. 85ca719 [BRIDGE]: allow full size vlan packets by Stephen Hemminger · 18 years ago
  19. 18bc89a [EBTABLES]: Clean up vmalloc usage in net/bridge/netfilter/ebtables.c by Jayachandran C · 18 years ago
  20. 7ad4d2f [BRIDGE] ebtables: fix allocation in net/bridge/netfilter/ebtables.c by Jayachandran C · 18 years ago
  21. b7595b4 [BRIDGE]: receive link-local on disabled ports. by Stephen Hemminger · 18 years ago
  22. 6f91204 [PATCH] for_each_possible_cpu: network codes by KAMEZAWA Hiroyuki · 18 years ago
  23. 2e2f7ae [NETFILTER]: Fix fragmentation issues with bridge netfilter by Patrick McHardy · 18 years ago
  24. 65b4b4e [NETFILTER]: Rename init functions. by Andrew Morton · 18 years ago
  25. 4dc6d9c [BRIDGE]: Unaligned accesses in the ethernet bridge by Peter Chubb · 18 years ago
  26. b3e83d6 [BRIDGE]: Remove duplicate const from is_link_local() argument type. by Andrew Morton · 18 years ago
  27. 12ac84c [BRIDGE]: use LLC to send STP by Stephen Hemminger · 18 years ago
  28. fda93d9 [BRIDGE]: allow show/store of group multicast address by Stephen Hemminger · 18 years ago
  29. cf0f02d [BRIDGE]: use llc for receiving STP packets by Stephen Hemminger · 18 years ago
  30. 18fdb2b [BRIDGE]: stp timer to jiffies cleanup by Stephen Hemminger · 18 years ago
  31. f8ae737 [BRIDGE]: forwarding remove unneeded preempt and bh diasables by Stephen Hemminger · 18 years ago
  32. fdeabde [BRIDGE]: netfilter inline cleanup by Stephen Hemminger · 18 years ago
  33. 8b42ec3 [BRIDGE]: netfilter VLAN macro cleanup by Stephen Hemminger · 18 years ago
  34. f8a2602 [BRIDGE]: netfilter dont use __constant_htons by Stephen Hemminger · 18 years ago
  35. 789bc3e [BRIDGE]: netfilter whitespace by Stephen Hemminger · 18 years ago
  36. d5513a7 [BRIDGE]: optimize frame pass up by Stephen Hemminger · 18 years ago
  37. cee4854 [BRIDGE]: use kzalloc by Stephen Hemminger · 18 years ago
  38. 3b781fa [BRIDGE]: use kcalloc by Stephen Hemminger · 18 years ago
  39. a95fcac [BRIDGE]: use setup_timer by Stephen Hemminger · 18 years ago
  40. e3efe08 [BRIDGE]: remove unneeded bh disables by Stephen Hemminger · 18 years ago
  41. 9ebddc1 [BRIDGE] br_netfilter: Warning fixes. by Andrew Morton · 18 years ago
  42. 74ca4e5a [BRIDGE] ebtables: Build fix. by Andrew Morton · 18 years ago
  43. cbb042f [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum by Herbert Xu · 18 years ago
  44. 57b47a5 [NET]: sem2mutex part 2 by Ingo Molnar · 18 years ago
  45. c127437 [NETFILTER]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG by Gregor Maier · 18 years ago
  46. 125a12c [BRIDGE]: generate kobject remove event by Stephen Hemminger · 18 years ago
  47. d32439c [BRIDGE]: port timer initialization by Stephen Hemminger · 18 years ago
  48. 6e86b89 [BRIDGE]: fix crash in STP by Stephen Hemminger · 18 years ago
  49. bafac2a [NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibility by Patrick McHardy · 18 years ago
  50. 42cf93c [NETFILTER]: Fix bridge netfilter related in xfrm_lookup by Patrick McHardy · 18 years ago
  51. 78872cc [BRIDGE]: Fix deadlock in br_stp_disable_bridge by Adrian Drzewiecki · 18 years ago
  52. 178a325 [BRIDGE]: Better fix for netfilter missing symbol has_bridge_parent by Stephen Hemminger · 18 years ago
  53. 3c79192 [PATCH] netfilter: fix build error due to missing has_bridge_parent macro by Jesper Juhl · 18 years ago
  54. bab1dee [BRIDGE]: fix error handling for add interface to bridge by Stephen Hemminger · 18 years ago
  55. 5dce971 [BRIDGE]: netfilter handle RCU during removal by Stephen Hemminger · 18 years ago
  56. b3f1be4 [BRIDGE]: fix for RCU and deadlock on device removal by Stephen Hemminger · 18 years ago
  57. ee4bb81 [NETFILTER]: Fix possible overflow in netfilters do_replace() by Kirill Korotaev · 18 years ago
  58. ad2ad0f [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_log by Patrick McHardy · 18 years ago
  59. c2db292 [NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz' by Holger Eitzenberger · 18 years ago
  60. 3f4cfc2 [BRIDGE]: Fix device delete race. by Stephen Hemminger · 18 years ago
  61. ab67a4d [EBTABLES]: Handle SCTP/DCCP in ebt_{ip,log} by Patrick McHardy · 18 years ago
  62. 2e4e6a1 [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables by Harald Welte · 18 years ago
  63. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  64. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 18 years ago
  65. 82bf7e9 [NET]: Some more missing include/etherdevice.h includes by David S. Miller · 18 years ago
  66. 8a4c8a9 [EBTABLES] Don't match tcp/udp source/destination port for IP fragments by Bart De Schuymer · 18 years ago
  67. d3f4a68 [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() by Kris Katterjohn · 18 years ago
  68. ee02b3a [BRIDGE] netfilter: vlan + hw checksum = bug? by Stephen Hemminger · 19 years ago
  69. dbbc098 [NET]: Use newer is_multicast_ether_addr() in some files by Kris Katterjohn · 19 years ago
  70. 46f25df [NET]: Change 1500 to ETH_DATA_LEN in some files by Kris Katterjohn · 19 years ago
  71. db9edfd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  72. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  73. 554c9a8 [BRIDGE]: Fix faulty check in br_stp_recalculate_bridge_id() by Stephen Hemminger · 19 years ago
  74. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  75. 8cbb512e [BRIDGE]: add version number by Stephen Hemminger · 19 years ago
  76. edb5e46 [BRIDGE]: limited ethtool support by Stephen Hemminger · 19 years ago
  77. 0e5eaba [BRIDGE]: filter packets in learning state by Stephen Hemminger · 19 years ago
  78. 4433f42 [BRIDGE]: handle speed detection after carrier changes by Stephen Hemminger · 19 years ago
  79. 4505a3e [BRIDGE]: allow setting hardware address of bridge pseudo-dev by Stephen Hemminger · 19 years ago
  80. d5228a4 [NETFILTER] ebtables: Support nf_log API from ebt_log and ebt_ulog by Bart De Schuymer · 19 years ago
  81. 79cac2a [BR_NETFILTER]: Fix leak if skb traverses > 1 bridge by David Kimdon · 19 years ago
  82. b036648 [BRIDGE-NF]: Fix bridge-nf ipv6 length check by Bart De Schuymer · 19 years ago
  83. 133747e [BRIDGE]: recompute features when adding a new device by Olaf Rempel · 19 years ago
  84. 6ede246 [BRIDGE]: Use ether_compare by Stephen Hemminger · 19 years ago
  85. c8923c6 [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering. by David S. Miller · 19 years ago
  86. ab4060e [BRIDGE]: fix race on bridge del if by Stephen Hemminger · 19 years ago
  87. 2a7bc3c [BRIDGE]: TSO fix in br_dev_queue_push_xmit by Vlad Drukker · 19 years ago
  88. 1c011be [BRIDGE-NF]: Fix iptables redirect on bridge interface by Bart De Schuymer · 19 years ago
  89. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  90. 0662860 [NETLINK]: Add "groups" argument to netlink_kernel_create by Patrick McHardy · 19 years ago
  91. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  92. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  93. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  94. 6869c4d [NETFILTER]: reduce netfilter sk_buff enlargement by Harald Welte · 19 years ago
  95. eb3f8f5 [NET]: BRIDGE_EBT_ARPREPLY must depend on INET by Adrian Bunk · 19 years ago
  96. 6a2e9b7 [NET]: move config options out to individual protocols by Sam Ravnborg · 19 years ago
  97. 9666dae [NETFILTER]: Fix connection tracking bug in 2.6.12 by Patrick McHardy · 19 years ago
  98. 85c1937 [EBTABLES]: Fix thinkos in ebt_log.c by David S. Miller · 19 years ago
  99. 68d3187 [EBTABLES]: vfree() checking cleanups by James Lamanna · 19 years ago
  100. 18b8afc [NETFILTER]: Kill nf_debug by Patrick McHardy · 19 years ago