aboutsummaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2008-05-04bridge: Consolidate error paths in br_add_bridge().Pavel Emelyanov
2008-05-04bridge: Net device leak in br_add_bridge().Pavel Emelyanov
2008-05-02bridge: forwarding table information for >256 devicesStephen Hemminger
2008-05-02net: use get/put_unaligned_* helpersHarvey Harrison
2008-04-29bridge: kernel panic when unloading bridge moduleBodo Stroesser
2008-04-29bridge: fix error handling in br_add_if()Volodymyr G Lukiianyk
2008-04-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-04-14[NETFILTER]: bridge: add ebt_nflog watcherPeter Warasin
2008-04-14[NETFILTER]: bridge netfilter: use non-deprecated __RW_LOCK_UNLOCKED macro.Robert P. J. Day
2008-04-14[BRIDGE]: Fix crash in __ip_route_output_key with bridge netfilterPatrick McHardy
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-20bridge: use time_before() in br_fdb_cleanup()Fabio Checconi
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet
2008-02-23[NETFILTER]: fix ebtable targets returnJoonwoo Park
2008-02-19[NETFILTER]: Fix incorrect use of skb_make_writableJoonwoo Park
2008-01-31[NETFILTER]: ebtables: mark matches, targets and watchers __read_mostlyJan Engelhardt
2008-01-31[NETFILTER]: ebtables: Update modules' descriptionsJan Engelhardt
2008-01-31[NETFILTER]: ebtables: remove casts, use constsJan Engelhardt
2008-01-31[NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev memberPatrick McHardy
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev
2008-01-28[BRIDGE]: Remove unused include of a header file in ebtables.cRami Rosen
2008-01-28[BRIDGE]: Remove unused macros from ebt_vlan.cRami Rosen
2008-01-28[NET]: Simple ctl_table to ctl_path conversions.Pavel Emelyanov
2008-01-28[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED optionPatrick McHardy
2008-01-28[NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy
2008-01-28[NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy
2008-01-28[BRIDGE]: Use cpu_to_be16() where appropriate.YOSHIFUJI Hideaki
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy
2008-01-24Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman
2008-01-24Kobject: convert net/bridge/br_if.c to use kobject_init/add_ng()Greg Kroah-Hartman
2008-01-24Kobject: change net/bridge to use kobject_create_and_addGreg Kroah-Hartman
2008-01-20[NETFILTER]: bridge-netfilter: fix net_device refcnt leaksPatrick McHardy
2008-01-11[NETFILTER]: bridge: fix double POST_ROUTING invocationPatrick McHardy
2007-12-16[BRIDGE]: Assign random address.Stephen Hemminger
2007-12-07[BRIDGE]: Section fix.Andrew Morton
2007-11-29[BRIDGE]: Properly dereference the br_should_route_hookPavel Emelyanov
2007-11-29[BRIDGE]: Lost call to br_fdb_fini() in br_init() error pathPavel Emelyanov
2007-11-19[BRIDGE]: Add missing "space"Joe Perches
2007-11-13[NETFILTER]: bridge: fix double POSTROUTING hook invocationPatrick McHardy
2007-11-07[NETFILTER]: ebt_arp: fix --arp-gratuitous matching dependence on --arp-ip-{s...Bart De Schuymer
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt
2007-10-15[BRIDGE]: Remove SKB share checks in br_nf_pre_routing().Patrick McHardy