summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: fix ebtable targets returnJoonwoo Park2008-02-243-3/+3
* [NETFILTER]: Fix incorrect use of skb_make_writableJoonwoo Park2008-02-203-3/+3
* [NETFILTER]: ebtables: mark matches, targets and watchers __read_mostlyJan Engelhardt2008-02-0115-27/+15Star
* [NETFILTER]: ebtables: Update modules' descriptionsJan Engelhardt2008-02-0116-4/+16
* [NETFILTER]: ebtables: remove casts, use constsJan Engelhardt2008-02-0116-63/+85
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-291-2/+2
* [BRIDGE]: Remove unused include of a header file in ebtables.cRami Rosen2008-01-291-2/+0Star
* [BRIDGE]: Remove unused macros from ebt_vlan.cRami Rosen2008-01-291-2/+0Star
* [NETFILTER]: Add CONFIG_NETFILTER_ADVANCED optionPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy2008-01-282-2/+2
* [NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy2008-01-282-0/+2
* [NETFILTER]: Mark hooks __read_mostlyPatrick McHardy2008-01-282-2/+2
* [BRIDGE]: Properly dereference the br_should_route_hookPavel Emelyanov2007-11-291-2/+2
* [BRIDGE]: Add missing "space"Joe Perches2007-11-201-1/+1
* [NETFILTER]: ebt_arp: fix --arp-gratuitous matching dependence on --arp-ip-{s...Bart De Schuymer2007-11-071-1/+1
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-159-35/+34Star
* [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu2007-10-153-30/+9Star
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-111-2/+3
* [NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman2007-09-111-0/+1
* [NETFILTER]: Clean up duplicate includes in net/bridge/Jesper Juhl2007-07-252-2/+0Star
* [NETFILTER]: Fix logging regressionPatrick McHardy2007-07-252-10/+4Star
* [NETFILTER]: Lower *tables printk severityPatrick McHardy2007-07-151-2/+2
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-261-1/+1
* [NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloadingPatrick McHardy2007-04-261-8/+4Star
* [NETFILTER]: ebt_arp: add gratuitous arp filteringBart De Schuymer2007-04-261-26/+22Star
* [NETFILTER]: Use setup_timerPatrick McHardy2007-04-261-3/+1Star
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-261-2/+4
* [PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter2007-02-211-6/+3Star
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [NETFILTER]: nf_log: minor cleanupsPatrick McHardy2007-02-122-2/+2
* [NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1111-38/+38
* [NET]: Add UDPLITE support in a few missing spotsPatrick McHardy2007-02-082-0/+2
* [NETFILTER]: ebtables: don't compute gap before checking struct typeChuck Ebbert2007-01-041-1/+2
* [EBTABLES]: Split ebt_replace into user and kernel variants, annotate.Al Viro2006-12-034-12/+13
* [EBTABLES]: Clean ebt_register_table() up.Al Viro2006-12-031-12/+21
* [EBTABLES]: Move calls of ebt_verify_pointers() upstream.Al Viro2006-12-031-9/+11
* [EBTABLES]: ebt_check_entry() doesn't need valid_hooksAl Viro2006-12-031-4/+3Star
* [EBTABLES]: Clean ebt_get_udc_positions() up.Al Viro2006-12-031-6/+2Star
* [EBTABLES]: Switch ebt_check_entry_size_and_hooks() to use of newinfo->hook_e...Al Viro2006-12-031-10/+6Star
* [EBTABLES]: translate_table(): switch direct uses of repl->hook_info to newinfoAl Viro2006-12-031-5/+5
* [EBTABLES]: Move more stuff into ebt_verify_pointers().Al Viro2006-12-031-19/+19
* [EBTABLES]: Pull the loop doing __ebt_verify_pointers() into a separate funct...Al Viro2006-12-031-37/+41
* [EBTABLES]: Split ebt_check_entry_size_and_hooksAl Viro2006-12-031-24/+49
* [EBTABLES]: Prevent wraparounds in checks for entry components' sizes.Al Viro2006-12-031-8/+9
* [EBTABLES]: Deal with the worst-case behaviour in loop checks.Al Viro2006-12-031-1/+3
* [EBTABLES]: Verify that ebt_entries have zero ->distinguisher.Al Viro2006-12-031-5/+5
* [EBTABLES]: Fix wraparounds in ebt_entries verification.Al Viro2006-12-031-7/+16
* [NETFILTER]: ebtables: add --snap-arp optionBart De Schuymer2006-12-032-6/+27
* [BRIDGE]: Annotations.Al Viro2006-12-036-21/+21