288 Commits (aaddd3eacaeaef3503035750b3f21ac2bfe97cbf)

Author SHA1 Message Date
Pavel Emelyanov e340a90e6e bridge: Consolidate error paths in br_add_bridge(). 17 years ago
Pavel Emelyanov c37aa90b04 bridge: Net device leak in br_add_bridge(). 17 years ago
Stephen Hemminger ae4f8fca40 bridge: forwarding table information for >256 devices 17 years ago
Harvey Harrison d3e2ce3bcd net: use get/put_unaligned_* helpers 17 years ago
Bodo Stroesser d69efb1689 bridge: kernel panic when unloading bridge module 17 years ago
Volodymyr G Lukiianyk 43af8532ec bridge: fix error handling in br_add_if() 17 years ago
Peter Warasin e7bfd0a1a6 [NETFILTER]: bridge: add ebt_nflog watcher 17 years ago
Robert P. J. Day 0718300c06 [NETFILTER]: bridge netfilter: use non-deprecated __RW_LOCK_UNLOCKED macro. 17 years ago
Patrick McHardy 159d83363b [BRIDGE]: Fix crash in __ip_route_output_key with bridge netfilter 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
Fabio Checconi 2bec008ca9 bridge: use time_before() in br_fdb_cleanup() 17 years ago
Harvey Harrison 0dc47877a3 net: replace remaining __FUNCTION__ occurrences 17 years ago
Eric Dumazet ee6b967301 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts 17 years ago
Joonwoo Park 1b04ab4597 [NETFILTER]: fix ebtable targets return 17 years ago
Joonwoo Park eb1197bc0e [NETFILTER]: Fix incorrect use of skb_make_writable 17 years ago
Jan Engelhardt 30083c9500 [NETFILTER]: ebtables: mark matches, targets and watchers __read_mostly 17 years ago
Jan Engelhardt f776c4cda4 [NETFILTER]: ebtables: Update modules' descriptions 17 years ago
Jan Engelhardt abfdf1c489 [NETFILTER]: ebtables: remove casts, use consts 17 years ago
Patrick McHardy 2fd8e526f4 [NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev member 17 years ago
Denis V. Lunev f206351a50 [NETNS]: Add namespace parameter to ip_route_output_key. 17 years ago
Denis V. Lunev b7c6ba6eb1 [NETNS]: Consolidate kernel netlink socket destruction. 17 years ago
Rami Rosen 191df5737e [BRIDGE]: Remove unused include of a header file in ebtables.c 17 years ago
Rami Rosen 06eaa1a01d [BRIDGE]: Remove unused macros from ebt_vlan.c 17 years ago
Pavel Emelyanov b5ccd792fa [NET]: Simple ctl_table to ctl_path conversions. 17 years ago
Patrick McHardy 33b8e77605 [NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option 17 years ago
Patrick McHardy 7b2f9631e7 [NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo arg 17 years ago
Patrick McHardy f01ffbd6e7 [NETFILTER]: nf_log: move logging stuff to seperate header 17 years ago
YOSHIFUJI Hideaki 91c5ec3ed1 [BRIDGE]: Use cpu_to_be16() where appropriate. 17 years ago
Patrick McHardy 1999414a4e [NETFILTER]: Mark hooks __read_mostly 17 years ago
Denis V. Lunev 97c53cacf0 [NET]: Make rtnetlink infrastructure network namespace aware (v3) 17 years ago
Denis V. Lunev b854272b3c [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) 17 years ago
Patrick McHardy 6e23ae2a48 [NETFILTER]: Introduce NF_INET_ hook values 17 years ago
Greg Kroah-Hartman 78a2d906b4 Kobject: convert remaining kobject_unregister() to kobject_put() 17 years ago
Greg Kroah-Hartman e32cc7366d Kobject: convert net/bridge/br_if.c to use kobject_init/add_ng() 17 years ago
Greg Kroah-Hartman 43b98c4a66 Kobject: change net/bridge to use kobject_create_and_add 17 years ago
Patrick McHardy 2dc2f207fb [NETFILTER]: bridge-netfilter: fix net_device refcnt leaks 17 years ago
Patrick McHardy 2948d2ebbb [NETFILTER]: bridge: fix double POST_ROUTING invocation 17 years ago
Stephen Hemminger 3ae412544c [BRIDGE]: Assign random address. 17 years ago
Andrew Morton 73afc90692 [BRIDGE]: Section fix. 17 years ago
Pavel Emelyanov 82de382ce8 [BRIDGE]: Properly dereference the br_should_route_hook 17 years ago
Pavel Emelyanov 17efdd4575 [BRIDGE]: Lost call to br_fdb_fini() in br_init() error path 17 years ago
Joe Perches 3a47a68b05 [BRIDGE]: Add missing "space" 17 years ago
Patrick McHardy 81d9ddae85 [NETFILTER]: bridge: fix double POSTROUTING hook invocation 17 years ago
Bart De Schuymer e011ff48ab [NETFILTER]: ebt_arp: fix --arp-gratuitous matching dependence on --arp-ip-{src,dst} 17 years ago
Jan Engelhardt 96de0e252c Convert files to UTF-8 and some cleanups 17 years ago
Patrick McHardy 9c2842bd94 [BRIDGE]: Remove SKB share checks in br_nf_pre_routing(). 17 years ago
Herbert Xu 3db05fea51 [NETFILTER]: Replace sk_buff ** with sk_buff * 17 years ago
Herbert Xu 2ca7b0ac02 [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom 17 years ago
Herbert Xu 7b995651e3 [BRIDGE]: Unshare skb upon entry 17 years ago