aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netfilter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-6/+6
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-11-13[NETFILTER]: bridge: fix double POSTROUTING hook invocationPatrick McHardy1-0/+3
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 Xu1-20/+13
2007-10-10[NETFILTER]: bridge: remove broken netfilter binary sysctlsJoseph Fannin1-5/+0
2007-09-16[NET] skbuff: Add skb_cow_headHerbert Xu1-1/+1
2007-08-26[VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt"Evgeniy Polyakov1-5/+7
2007-05-03[NETFILTER]: bridge netfilter: consolidate header pushing/pulling codePatrick McHardy1-98/+40
2007-04-25[NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe trafficMichael Milner1-4/+73
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-12/+12
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-3/+3
2007-04-25[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-5/+5
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-5/+7
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-2/+3
2007-03-22[NET]: fix up misplaced inlines.Dave Jones1-1/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-10[NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki1-7/+7
2007-02-08[NETFILTER]: bridge-netfilter: use nf_register_hooks/nf_unregister_hooksPatrick McHardy1-22/+7
2006-12-13[NETFILTER]: bridge-netfilter: remove deferred hooksPatrick McHardy1-172/+16
2006-12-06[NETFILTER]: bridge netfilter: deal with martians correctlyBart De Schuymer1-8/+28
2006-12-02[NET]: Kill direct includes of asm/checksum.hAl Viro1-1/+0
2006-12-02[BRIDGE]: Annotations.Al Viro1-1/+1
2006-09-22[BRIDGE]: Change sysctl tunables to __read_mostlyBrian Haley1-4/+4
2006-09-22[NETFILTER] bridge: debug message fixesStephen Hemminger1-12/+3
2006-09-22[NETFILTER] bridge: code rearrangement for clarityStephen Hemminger1-2/+25
2006-07-24[NETFILTER]: bridge netfilter: add deferred output hooks to feature-removal-schedulePatrick McHardy1-0/+5
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu1-1/+1
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu1-1/+1
2006-06-17[NET]: skb_trim auditHerbert Xu1-11/+3
2006-04-09[NETFILTER]: Fix fragmentation issues with bridge netfilterPatrick McHardy1-2/+11
2006-03-20[BRIDGE]: netfilter inline cleanupStephen Hemminger1-4/+21
2006-03-20[BRIDGE]: netfilter VLAN macro cleanupStephen Hemminger1-23/+27
2006-03-20[BRIDGE]: netfilter dont use __constant_htonsStephen Hemminger1-25/+25
2006-03-20[BRIDGE]: netfilter whitespaceStephen Hemminger1-53/+63
2006-03-20[BRIDGE] br_netfilter: Warning fixes.Andrew Morton1-2/+0
2006-03-20[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu1-4/+2
2006-02-23[NETFILTER]: Fix bridge netfilter related in xfrm_lookupPatrick McHardy1-0/+1
2006-02-13[BRIDGE]: Better fix for netfilter missing symbol has_bridge_parentStephen Hemminger1-2/+2
2006-02-12[PATCH] netfilter: fix build error due to missing has_bridge_parent macroJesper Juhl1-1/+1
2006-02-09[BRIDGE]: netfilter handle RCU during removalStephen Hemminger1-15/+38
2006-01-06[BRIDGE] netfilter: vlan + hw checksum = bug?Stephen Hemminger1-4/+9
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+4
2005-12-26[BR_NETFILTER]: Fix leak if skb traverses > 1 bridgeDavid Kimdon1-0/+2
2005-12-19[BRIDGE-NF]: Fix bridge-nf ipv6 length checkBart De Schuymer1-10/+7