Commit Graph

513 Commits (f17625b318d9b151e7bd41e31223e9d89b2aaa77)

Author SHA1 Message Date
Chris Wright 2c3c8bea60 sysfs: add struct file* to bin_attr callbacks 15 years ago
Randy Dunlap b3bcb72edb bridge: fix build for CONFIG_SYSFS disabled 15 years ago
Simon Arlott e0f43752a9 bridge: update sysfs link names if port device names have changed 15 years ago
stephen hemminger 28a16c9796 bridge: change console message interface 15 years ago
stephen hemminger cfb478da70 bridge: netpoll cleanup 15 years ago
Bart De Schuymer e94c67436e netfilter: bridge-netfilter: fix crash in br_nf_forward_finish() 15 years ago
Jan Engelhardt b4ba26119b netfilter: xtables: change hotdrop pointer to direct modification 15 years ago
Jan Engelhardt 62fc805108 netfilter: xtables: deconstify struct xt_action_param for matches 15 years ago
Jan Engelhardt 4b560b447d netfilter: xtables: substitute temporary defines by final name 15 years ago
Jan Engelhardt de74c16996 netfilter: xtables: combine struct xt_match_param and xt_target_param 15 years ago
WANG Cong c06ee961d3 bridge: make bridge support netpoll 15 years ago
stephen hemminger afe0159d93 bridge: multicast_flood cleanup 15 years ago
stephen hemminger 83f6a740b4 bridge: multicast port group RCU fix 15 years ago
stephen hemminger 168d40ee3d bridge: multicast flood 15 years ago
stephen hemminger 7e80c12448 bridge: simplify multicast_add_router 15 years ago
David S. Miller 709b9326ef Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()" 15 years ago
David S. Miller ff65e8275f bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router() 15 years ago
stephen hemminger dcdca2c49b bridge: multicast router list manipulation 15 years ago
stephen hemminger 7180f7751d bridge: use is_multicast_ether_addr 15 years ago
David S. Miller d4c4f07df1 bridge: Fix build of ipv6 multicast code. 15 years ago
YOSHIFUJI Hideaki / 吉藤英明 1fafc7a935 bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only. 15 years ago
YOSHIFUJI Hideaki / 吉藤英明 4eb8b9031a bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only. 15 years ago
YOSHIFUJI Hideaki 08b202b672 bridge br_multicast: IPv6 MLD support. 15 years ago
YOSHIFUJI Hideaki 8ef2a9a598 bridge br_multicast: Make functions less ipv4 dependent. 15 years ago
Eric Dumazet 0eae88f31c net: Fix various endianness glitches 15 years ago
Eric Dumazet 8eabf95cb1 bridge: add a missing ntohs() 15 years ago
Bart De Schuymer 6c79bf0f24 netfilter: bridge-netfilter: fix refragmenting IP traffic encapsulated in PPPoE traffic 15 years ago
Bart De Schuymer e179e6322a netfilter: bridge-netfilter: Fix MAC header handling with IP DNAT 15 years ago
Bart De Schuymer ea2d9b41bd netfilter: bridge-netfilter: simplify IP DNAT 15 years ago
Bart De Schuymer e26c28e8bf netfilter: bridge-netfilter: update a comment in br_forward.c about ip_fragment() 15 years ago
Bart De Schuymer 8237908e14 netfilter: bridge-netfilter: cleanup br_netfilter.c 15 years ago
Herbert Xu fd218cf955 bridge: Fix IGMP3 report parsing 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Jan Engelhardt d6b00a5345 netfilter: xtables: change targets to return error code 15 years ago
Jan Engelhardt bd414ee605 netfilter: xtables: change matches to return error code 15 years ago
Jan Engelhardt 135367b8f6 netfilter: xtables: change xt_target.checkentry return type 15 years ago
Jan Engelhardt b0f38452ff netfilter: xtables: change xt_match.checkentry return type 15 years ago
Jan Engelhardt 713aefa3fb netfilter: bridge: use NFPROTO values for NF_HOOK invocation 15 years ago
Jan Engelhardt fd0ec0e621 netfilter: xtables: consolidate code into xt_request_find_match 15 years ago
Jan Engelhardt d2a7b6bad2 netfilter: xtables: make use of xt_request_find_target 15 years ago
Jan Engelhardt ff67e4e42b netfilter: xt extensions: use pr_<level> (2) 15 years ago
Dan Carpenter 7668448ea9 bridge: cleanup: remove unused assignment 15 years ago
Jiri Pirko 1c01fe14a8 net: forbid underlaying devices to change its type 15 years ago
Jan Engelhardt 85bc3f3814 netfilter: xtables: do not print any messages on ENOMEM 15 years ago
Jan Engelhardt 8244f4baf5 netfilter: ebt_ip6: add principal maintainer in a MODULE_AUTHOR tag 15 years ago
Jan Engelhardt 408ffaa4a1 netfilter: update my email address 15 years ago
stephen hemminger 14bb478983 bridge: per-cpu packet statistics (v3) 15 years ago
David S. Miller 87faf3ccf1 bridge: Make first arg to deliver_clone const. 15 years ago
YOSHIFUJI Hideaki / 吉藤英明 32dec5dd02 bridge br_multicast: Don't refer to BR_INPUT_SKB_CB(skb)->mrouters_only without IGMP snooping. 15 years ago
YOSHIFUJI Hideaki / 吉藤英明 8440853bb7 bridge br_multicast: Fix skb leakage in error path. 15 years ago