summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
2008-03-20bridge: use time_before() in br_fdb_cleanup()Fabio Checconi1-1/+1
2008-02-23[NETFILTER]: fix ebtable targets returnJoonwoo Park3-3/+3
2008-02-19[NETFILTER]: Fix incorrect use of skb_make_writableJoonwoo Park3-3/+3
2008-01-31[NETFILTER]: ebtables: mark matches, targets and watchers __read_mostlyJan Engelhardt15-27/+15
2008-01-31[NETFILTER]: ebtables: Update modules' descriptionsJan Engelhardt16-4/+16
2008-01-31[NETFILTER]: ebtables: remove casts, use constsJan Engelhardt16-63/+85
2008-01-31[NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev memberPatrick McHardy1-4/+0
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-1/+1
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev1-2/+2
2008-01-28[BRIDGE]: Remove unused include of a header file in ebtables.cRami Rosen1-2/+0
2008-01-28[BRIDGE]: Remove unused macros from ebt_vlan.cRami Rosen1-2/+0
2008-01-28[NET]: Simple ctl_table to ctl_path conversions.Pavel Emelyanov1-19/+5
2008-01-28[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED optionPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy2-2/+2
2008-01-28[NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy2-0/+2
2008-01-28[BRIDGE]: Use cpu_to_be16() where appropriate.YOSHIFUJI Hideaki1-1/+1
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy3-3/+3
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev1-2/+2
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev1-0/+9
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-6/+6
2008-01-24Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: convert net/bridge/br_if.c to use kobject_init/add_ng()Greg Kroah-Hartman1-7/+3
2008-01-24Kobject: change net/bridge to use kobject_create_and_addGreg Kroah-Hartman4-13/+7
2008-01-20[NETFILTER]: bridge-netfilter: fix net_device refcnt leaksPatrick McHardy1-0/+27
2008-01-11[NETFILTER]: bridge: fix double POST_ROUTING invocationPatrick McHardy1-6/+12
2007-12-16[BRIDGE]: Assign random address.Stephen Hemminger1-2/+1
2007-12-07[BRIDGE]: Section fix.Andrew Morton1-1/+1
2007-11-29[BRIDGE]: Properly dereference the br_should_route_hookPavel Emelyanov2-5/+6
2007-11-29[BRIDGE]: Lost call to br_fdb_fini() in br_init() error pathPavel Emelyanov1-1/+3
2007-11-19[BRIDGE]: Add missing "space"Joe Perches1-1/+1
2007-11-13[NETFILTER]: bridge: fix double POSTROUTING hook invocationPatrick McHardy1-0/+3
2007-11-07[NETFILTER]: ebt_arp: fix --arp-gratuitous matching dependence on --arp-ip-{s...Bart De Schuymer1-1/+1
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-15[BRIDGE]: Remove SKB share checks in br_nf_pre_routing().Patrick McHardy1-3/+0
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu12-57/+49
2007-10-15[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu3-30/+9
2007-10-15[BRIDGE]: Unshare skb upon entryHerbert Xu1-0/+4
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman1-1/+1
2007-10-10[NETFILTER]: bridge: remove broken netfilter binary sysctlsJoseph Fannin1-5/+0
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-3/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman4-8/+10
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman1-2/+3
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+4
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+4
2007-10-10[NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen1-1/+1
2007-09-16[NET] skbuff: Add skb_cow_headHerbert Xu1-1/+1
2007-09-16[BRIDGE]: Kill clone argument to br_flood_*Herbert Xu4-50/+31
2007-09-11[NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman1-0/+1
2007-08-30[BRIDGE]: Fix OOPS when bridging device without ethtool.Stephen Hemminger1-8/+8