summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* [EBTABLES]: ebt_check_entry() doesn't need valid_hooksAl Viro2006-12-021-4/+3
* [EBTABLES]: Clean ebt_get_udc_positions() up.Al Viro2006-12-021-6/+2
* [EBTABLES]: Switch ebt_check_entry_size_and_hooks() to use of newinfo->hook_e...Al Viro2006-12-021-10/+6
* [EBTABLES]: translate_table(): switch direct uses of repl->hook_info to newinfoAl Viro2006-12-021-5/+5
* [EBTABLES]: Move more stuff into ebt_verify_pointers().Al Viro2006-12-021-19/+19
* [EBTABLES]: Pull the loop doing __ebt_verify_pointers() into a separate funct...Al Viro2006-12-021-37/+41
* [EBTABLES]: Split ebt_check_entry_size_and_hooksAl Viro2006-12-021-24/+49
* [EBTABLES]: Prevent wraparounds in checks for entry components' sizes.Al Viro2006-12-021-8/+9
* [EBTABLES]: Deal with the worst-case behaviour in loop checks.Al Viro2006-12-021-1/+3
* [EBTABLES]: Verify that ebt_entries have zero ->distinguisher.Al Viro2006-12-021-5/+5
* [EBTABLES]: Fix wraparounds in ebt_entries verification.Al Viro2006-12-021-7/+16
* [NETFILTER]: ebtables: add --snap-arp optionBart De Schuymer2006-12-022-6/+27
* [BRIDGE] netlink: Convert bridge netlink code to new netlink interfaceThomas Graf2006-12-021-54/+38
* [NET]: Kill direct includes of asm/checksum.hAl Viro2006-12-021-1/+0
* [BRIDGE]: Annotations.Al Viro2006-12-027-22/+22
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-021-6/+15
* [NET]: Turn nfmark into generic markThomas Graf2006-12-023-7/+7
* [PATCH] bridge: fix possible overflow in get_fdb_entriesChris Wright2006-11-281-4/+5
* [NETFILTER]: silence a warning in ebtablesMeelis Roos2006-11-011-1/+1
* [BRIDGE]: correct print message typoRandy Dunlap2006-10-251-1/+1
* [BRIDGE]: flush forwarding table when device carrier offStephen Hemminger2006-10-154-4/+11
* [NETFILTER]: ebt_mark: add or/and/xor action support to mark targetBart De Schuymer2006-10-041-4/+17
* [IPV4] net/ipv4/arp.c: trivial annotationsAl Viro2006-09-281-1/+1
* [NETFILTER]: kill listhelp.hPatrick McHardy2006-09-221-31/+45
* [BRIDGE]: Change sysctl tunables to __read_mostlyBrian Haley2006-09-221-4/+4
* [NETFILTER] bridge: debug message fixesStephen Hemminger2006-09-221-12/+3
* [NETFILTER] bridge: code rearrangement for clarityStephen Hemminger2006-09-222-6/+26
* [BRIDGE]: Convert notifications to use rtnl_notify()Thomas Graf2006-09-221-16/+15
* [NETFILTER]: Make unused signal code go away so nobody copies its brokennessAlan Cox2006-09-221-21/+0
* [BRIDGE]: random extra bytes on STP TCN packetStephen Hemminger2006-09-171-1/+1
* [BRIDGE] netfilter: memory corruption fixStephen Hemminger2006-08-261-3/+7
* [BRIDGE]: Disable SG/GSO if TX checksum is offHerbert Xu2006-08-171-1/+6
* [NETFILTER]: ulog: fix panic on SMP kernelsMark Huang2006-08-131-0/+3
* [BRIDGE]: netlink status fixStephen Hemminger2006-08-041-1/+1
* [NETFILTER]: bridge netfilter: add deferred output hooks to feature-removal-s...Patrick McHardy2006-07-241-0/+5
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-5/+2
* [NET] gso: Add skb_is_gsoHerbert Xu2006-07-082-2/+2
* [BRIDGE]: br_dump_ifinfo index fixAndrey Savochkin2006-07-031-1/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-302-2/+0
* [NET]: Added GSO header verificationHerbert Xu2006-06-292-3/+4
* [NET]: Added GSO toggleHerbert Xu2006-06-231-6/+11
* [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-232-3/+3
* [BRIDGE]: Add support for NETIF_F_HW_CSUM devicesHerbert Xu2006-06-172-6/+12
* [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUMHerbert Xu2006-06-171-2/+1
* [NET]: skb_trim auditHerbert Xu2006-06-171-11/+3
* [BRIDGE]: netlink interface for link managementStephen Hemminger2006-06-176-2/+214
* [BRIDGE]: fix module startup error handlingStephen Hemminger2006-06-172-9/+22
* [BRIDGE]: optimize conditional in forward pathStephen Hemminger2006-06-171-8/+4
* [BRIDGE]: fix locking and memory leak in br_add_bridgeJiri Benc2006-06-051-12/+7
* [BRIDGE]: need to ref count the LLC sapStephen Hemminger2006-05-231-1/+2