summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-3/+3
* [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo2007-04-251-1/+1
* [BRIDGE]: faster compare for link local addressesStephen Hemminger2007-04-251-1/+5
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-5/+5
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-5/+7
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-251-2/+3
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-251-2/+4
* [BRIDGE]: Unaligned access when comparing ethernet addressesEvgeny Kravtsunov2007-04-171-2/+7
* [NET]: fix up misplaced inlines.Dave Jones2007-03-221-1/+1
* [BRIDGE]: Fix fdb RCU racePatrick McHardy2007-03-221-2/+2
* [BRIDGE]: adding new device to bridge should enable if upAji Srinivas2007-03-071-0/+4
* [BRIDGE]: Fix locking of set path cost.Stephen Hemminger2007-02-281-2/+1
* [BRIDGE]: eliminate workqueue for carrier checkStephen Hemminger2007-02-263-42/+17
* [BRIDGE]: get rid of miscdevice includeStephen Hemminger2007-02-261-1/+0
* [PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter2007-02-201-6/+3
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [BRIDGE] br_if: Fix oops in port_carrier_checkJarek Poplawski2007-02-132-3/+9
* [NETFILTER]: nf_log: minor cleanupsPatrick McHardy2007-02-122-2/+2
* [NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1025-128/+128
* [NET]: Add UDPLITE support in a few missing spotsPatrick McHardy2007-02-082-0/+2
* [NETFILTER]: bridge-netfilter: use nf_register_hooks/nf_unregister_hooksPatrick McHardy2007-02-081-22/+7
* [NETLINK]: Don't BUG on undersized allocationsPatrick McHardy2007-02-081-5/+9
* Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-073-109/+129
* [NETFILTER]: ebtables: don't compute gap before checking struct typeChuck Ebbert2007-01-041-1/+2
* [NETFILTER]: bridge-netfilter: remove deferred hooksPatrick McHardy2006-12-131-172/+16
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-12-071-8/+28
|\
| * [NETFILTER]: bridge netfilter: deal with martians correctlyBart De Schuymer2006-12-061-8/+28
* | [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0517-192/+250
|\
| * [EBTABLES]: Split ebt_replace into user and kernel variants, annotate.Al Viro2006-12-024-12/+13
| * [EBTABLES]: Clean ebt_register_table() up.Al Viro2006-12-021-12/+21
| * [EBTABLES]: Move calls of ebt_verify_pointers() upstream.Al Viro2006-12-021-9/+11
| * [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
OpenPOWER on IntegriCloud