[NET] CORE: Fix whitespace errors.
[safe/jmp/linux-2.6] / net / bridge /
2007-02-11 YOSHIFUJI Hideaki[NET] BRIDGE: Fix whitespace errors.
2007-02-08 Patrick McHardy[NET]: Add UDPLITE support in a few missing spots
2007-02-08 Patrick McHardy[NETFILTER]: bridge-netfilter: use nf_register_hooks...
2007-02-08 Patrick McHardy[NETLINK]: Don't BUG on undersized allocations
2007-02-07 Greg Kroah-HartmanNetwork: convert network devices to use struct device...
2007-01-04 Chuck Ebbert[NETFILTER]: ebtables: don't compute gap before checkin...
2006-12-14 Patrick McHardy[NETFILTER]: bridge-netfilter: remove deferred hooks
2006-12-07 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Bart De Schuymer[NETFILTER]: bridge netfilter: deal with martians correctly
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-03 Al Viro[EBTABLES]: Split ebt_replace into user and kernel...
2006-12-03 Al Viro[EBTABLES]: Clean ebt_register_table() up.
2006-12-03 Al Viro[EBTABLES]: Move calls of ebt_verify_pointers() upstream.
2006-12-03 Al Viro[EBTABLES]: ebt_check_entry() doesn't need valid_hooks
2006-12-03 Al Viro[EBTABLES]: Clean ebt_get_udc_positions() up.
2006-12-03 Al Viro[EBTABLES]: Switch ebt_check_entry_size_and_hooks(...
2006-12-03 Al Viro[EBTABLES]: translate_table(): switch direct uses of...
2006-12-03 Al Viro[EBTABLES]: Move more stuff into ebt_verify_pointers().
2006-12-03 Al Viro[EBTABLES]: Pull the loop doing __ebt_verify_pointers...
2006-12-03 Al Viro[EBTABLES]: Split ebt_check_entry_size_and_hooks
2006-12-03 Al Viro[EBTABLES]: Prevent wraparounds in checks for entry...
2006-12-03 Al Viro[EBTABLES]: Deal with the worst-case behaviour in loop...
2006-12-03 Al Viro[EBTABLES]: Verify that ebt_entries have zero ->disting...
2006-12-03 Al Viro[EBTABLES]: Fix wraparounds in ebt_entries verification.
2006-12-03 Bart De Schuymer[NETFILTER]: ebtables: add --snap-arp option
2006-12-03 Thomas Graf[BRIDGE] netlink: Convert bridge netlink code to new...
2006-12-03 Al Viro[NET]: Kill direct includes of asm/checksum.h
2006-12-03 Al Viro[BRIDGE]: Annotations.
2006-12-03 Thomas Graf[NETLINK]: Do precise netlink message allocations where...
2006-12-03 Thomas Graf[NET]: Turn nfmark into generic mark
2006-11-29 Chris Wright[PATCH] bridge: fix possible overflow in get_fdb_entries
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-11-02 Meelis Roos[NETFILTER]: silence a warning in ebtables
2006-10-26 Randy Dunlap[BRIDGE]: correct print message typo
2006-10-16 Stephen Hemminger[BRIDGE]: flush forwarding table when device carrier off
2006-10-04 Bart De Schuymer[NETFILTER]: ebt_mark: add or/and/xor action support...
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
next