summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: fix ebtable targets returnJoonwoo Park2008-02-233-3/+3
* [NETFILTER]: Fix incorrect use of skb_make_writableJoonwoo Park2008-02-193-3/+3
* [NETFILTER]: ebtables: mark matches, targets and watchers __read_mostlyJan Engelhardt2008-01-3115-27/+15
* [NETFILTER]: ebtables: Update modules' descriptionsJan Engelhardt2008-01-3116-4/+16
* [NETFILTER]: ebtables: remove casts, use constsJan Engelhardt2008-01-3116-63/+85
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-281-2/+2
* [BRIDGE]: Remove unused include of a header file in ebtables.cRami Rosen2008-01-281-2/+0
* [BRIDGE]: Remove unused macros from ebt_vlan.cRami Rosen2008-01-281-2/+0
* [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-191-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/+34
* [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu2007-10-153-30/+9
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-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-242-2/+0
* [NETFILTER]: Fix logging regressionPatrick McHardy2007-07-242-10/+4
* [NETFILTER]: Lower *tables printk severityPatrick McHardy2007-07-141-2/+2
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-251-1/+1
* [NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloadingPatrick McHardy2007-04-251-8/+4
* [NETFILTER]: ebt_arp: add gratuitous arp filteringBart De Schuymer2007-04-251-26/+22
* [NETFILTER]: Use setup_timerPatrick McHardy2007-04-251-3/+1
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-251-2/+4
* [PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter2007-02-201-6/+3
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NETFILTER]: nf_log: minor cleanupsPatrick McHardy2007-02-122-2/+2
* [NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1011-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-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]: Annotations.Al Viro2006-12-026-21/+21
OpenPOWER on IntegriCloud