[PATCH] fbdev: Add generic ddc read functionality
[safe/jmp/linux-2.6] / net / bridge /
2006-09-29 Al Viro[IPV4] net/ipv4/arp.c: trivial annotations
2006-09-22 Patrick McHardy[NETFILTER]: kill listhelp.h
2006-09-22 Brian Haley[BRIDGE]: Change sysctl tunables to __read_mostly
2006-09-22 Stephen Hemminger[NETFILTER] bridge: debug message fixes
2006-09-22 Stephen Hemminger[NETFILTER] bridge: code rearrangement for clarity
2006-09-22 Thomas Graf[BRIDGE]: Convert notifications to use rtnl_notify()
2006-09-22 Alan Cox[NETFILTER]: Make unused signal code go away so nobody...
2006-09-18 Stephen Hemminger[BRIDGE]: random extra bytes on STP TCN packet
2006-08-27 Stephen Hemminger[BRIDGE] netfilter: memory corruption fix
2006-08-18 Herbert Xu[BRIDGE]: Disable SG/GSO if TX checksum is off
2006-08-14 Mark Huang[NETFILTER]: ulog: fix panic on SMP kernels
2006-08-05 Stephen Hemminger[BRIDGE]: netlink status fix
2006-07-25 Patrick McHardy[NETFILTER]: bridge netfilter: add deferred output...
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
2006-07-08 Herbert Xu[NET] gso: Add skb_is_gso
2006-07-04 Andrey Savochkin[BRIDGE]: br_dump_ifinfo index fix
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Herbert Xu[NET]: Added GSO header verification
2006-06-23 Herbert Xu[NET]: Added GSO toggle
2006-06-23 Herbert Xu[NET]: Merge TSO/UFO fields in sk_buff
2006-06-18 Herbert Xu[BRIDGE]: Add support for NETIF_F_HW_CSUM devices
2006-06-18 Herbert Xu[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM
2006-06-18 Herbert Xu[NET]: skb_trim audit
2006-06-18 Stephen Hemminger[BRIDGE]: netlink interface for link management
2006-06-18 Stephen Hemminger[BRIDGE]: fix module startup error handling
2006-06-18 Stephen Hemminger[BRIDGE]: optimize conditional in forward path
2006-06-05 Jiri Benc[BRIDGE]: fix locking and memory leak in br_add_bridge
2006-05-23 Stephen Hemminger[BRIDGE]: need to ref count the LLC sap
2006-05-19 Philip Craig[NETFILTER]: fix format specifier for netfilter log...
2006-05-10 Stephen Hemminger[BRIDGE]: Do sysfs registration inside rtnl.
2006-05-06 Stephen Hemminger[BRIDGE]: keep track of received multicast packets
2006-04-26 Stephen Hemminger[BRIDGE]: allow full size vlan packets
2006-04-20 Jayachandran C[EBTABLES]: Clean up vmalloc usage in net/bridge/netfil...
2006-04-12 Jayachandran C[BRIDGE] ebtables: fix allocation in net/bridge/netfilt...
2006-04-12 Stephen Hemminger[BRIDGE]: receive link-local on disabled ports.
2006-04-11 KAMEZAWA Hiroyuki[PATCH] for_each_possible_cpu: network codes
2006-04-10 Patrick McHardy[NETFILTER]: Fix fragmentation issues with bridge netfilter
2006-03-29 Andrew Morton[NETFILTER]: Rename init functions.
2006-03-24 Peter Chubb[BRIDGE]: Unaligned accesses in the ethernet bridge
2006-03-21 Andrew Morton[BRIDGE]: Remove duplicate const from is_link_local...
2006-03-21 Stephen Hemminger[BRIDGE]: use LLC to send STP
2006-03-21 Stephen Hemminger[BRIDGE]: allow show/store of group multicast address
2006-03-21 Stephen Hemminger[BRIDGE]: use llc for receiving STP packets
2006-03-21 Stephen Hemminger[BRIDGE]: stp timer to jiffies cleanup
2006-03-21 Stephen Hemminger[BRIDGE]: forwarding remove unneeded preempt and bh...
2006-03-21 Stephen Hemminger[BRIDGE]: netfilter inline cleanup
2006-03-21 Stephen Hemminger[BRIDGE]: netfilter VLAN macro cleanup
2006-03-21 Stephen Hemminger[BRIDGE]: netfilter dont use __constant_htons
2006-03-21 Stephen Hemminger[BRIDGE]: netfilter whitespace
2006-03-21 Stephen Hemminger[BRIDGE]: optimize frame pass up
2006-03-21 Stephen Hemminger[BRIDGE]: use kzalloc
2006-03-21 Stephen Hemminger[BRIDGE]: use kcalloc
2006-03-21 Stephen Hemminger[BRIDGE]: use setup_timer
2006-03-21 Stephen Hemminger[BRIDGE]: remove unneeded bh disables
2006-03-21 Andrew Morton[BRIDGE] br_netfilter: Warning fixes.
2006-03-21 Andrew Morton[BRIDGE] ebtables: Build fix.
2006-03-21 Herbert Xu[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pul...
2006-03-21 Ingo Molnar[NET]: sem2mutex part 2
2006-03-12 Gregor Maier[NETFILTER]: Fix wrong option spelling in Makefile...
2006-03-05 Stephen Hemminger[BRIDGE]: generate kobject remove event
2006-03-05 Stephen Hemminger[BRIDGE]: port timer initialization
2006-03-05 Stephen Hemminger[BRIDGE]: fix crash in STP
2006-02-27 Patrick McHardy[NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibility
2006-02-24 Patrick McHardy[NETFILTER]: Fix bridge netfilter related in xfrm_lookup
2006-02-15 Adrian Drzewiecki[BRIDGE]: Fix deadlock in br_stp_disable_bridge
2006-02-13 Stephen Hemminger[BRIDGE]: Better fix for netfilter missing symbol has_b...
2006-02-13 Jesper Juhl[PATCH] netfilter: fix build error due to missing has_b...
2006-02-10 Stephen Hemminger[BRIDGE]: fix error handling for add interface to bridge
2006-02-10 Stephen Hemminger[BRIDGE]: netfilter handle RCU during removal
2006-02-10 Stephen Hemminger[BRIDGE]: fix for RCU and deadlock on device removal
2006-02-05 Kirill Korotaev[NETFILTER]: Fix possible overflow in netfilters do_rep...
2006-02-05 Patrick McHardy[NETFILTER]: Fix undersized skb allocation in ipt_ULOG...
2006-02-05 Holger Eitzenberger[NETFILTER]: ULOG/nfnetlink_log: Use better default...
2006-02-01 Stephen Hemminger[BRIDGE]: Fix device delete race.
2006-01-17 Patrick McHardy[EBTABLES]: Handle SCTP/DCCP in ebt_{ip,log}
2006-01-12 Harald Welte[NETFILTER] x_tables: Abstraction layer for {ip,ip6...
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-12 Kris Katterjohn[NET]: Remove more unneeded typecasts on *malloc()
2006-01-12 David S. Miller[NET]: Some more missing include/etherdevice.h includes
2006-01-10 Bart De Schuymer[EBTABLES] Don't match tcp/udp source/destination port...
2006-01-10 Kris Katterjohn[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()
2006-01-06 Stephen Hemminger[BRIDGE] netfilter: vlan + hw checksum = bug?
2006-01-06 Kris Katterjohn[NET]: Use newer is_multicast_ether_addr() in some...
2006-01-06 Kris Katterjohn[NET]: Change 1500 to ETH_DATA_LEN in some files
2006-01-05 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-2.6
2006-01-05 Kay Sievers[PATCH] driver core: replace "hotplug" by "uevent"
2006-01-03 Stephen Hemminger[BRIDGE]: Fix faulty check in br_stp_recalculate_bridge...
2006-01-03 Arnaldo Carvalho... [INET_SOCK]: Move struct inet_sock & helper functions...
2006-01-03 Stephen Hemminger[BRIDGE]: add version number
2006-01-03 Stephen Hemminger[BRIDGE]: limited ethtool support
2006-01-03 Stephen Hemminger[BRIDGE]: filter packets in learning state
2006-01-03 Stephen Hemminger[BRIDGE]: handle speed detection after carrier changes
2006-01-03 Stephen Hemminger[BRIDGE]: allow setting hardware address of bridge...
2006-01-03 Bart De Schuymer[NETFILTER] ebtables: Support nf_log API from ebt_log...
2005-12-27 David Kimdon[BR_NETFILTER]: Fix leak if skb traverses > 1 bridge
2005-12-19 Bart De Schuymer[BRIDGE-NF]: Fix bridge-nf ipv6 length check
2005-11-24 Olaf Rempel[BRIDGE]: recompute features when adding a new device
2005-10-31 Stephen Hemminger[BRIDGE]: Use ether_compare
2005-10-13 David S. Miller[NETFILTER]: Fix OOPSes on machines with discontiguous...
2005-10-12 Stephen Hemminger[BRIDGE]: fix race on bridge del if
next