aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netfilter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong1-1/+1
2014-05-05bridge: superfluous skb->nfct check in br_nf_dev_queue_xmitVasily Averin1-2/+2
2014-03-06inet: remove now unused flag DST_NOPEERHannes Frederic Sowa1-1/+1
2014-02-24bridge: netfilter: Use ether_addr_copyJoe Perches1-1/+1
2013-12-19bridge: change "foo* bar" to "foo *bar"tanxiaojun1-1/+1
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+2
2013-10-27bridge: netfilter: orphan skb before invoking ip netfilter hooksFlorian Westphal1-0/+2
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-8/+14
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy1-1/+2
2012-10-10bridge: Pull ip header into skb->data before looking into ip header.Sarveshwar Bandi1-0/+3
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-2/+4
2012-07-12net: Add dummy dst_ops->redirect method where needed.David S. Miller1-0/+5
2012-07-05br_netfilter: Convert to dst_neigh_lookup_skb().David S. Miller1-13/+23
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller1-1/+3
2012-06-07netfilter: bridge: switch hook PFs to nfprotoAlban Crequy1-14/+14
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack1-1/+1
2012-05-08netfilter: bridge: optionally set indev to vlanPablo Neira Ayuso1-2/+24
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+2
2012-04-24set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)1-6/+2
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+2
2012-03-06bridge: netfilter: don't call iptables on vlan packets if sysctl is offFlorian Westphal1-14/+18
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet1-1/+1
2011-12-22bridge: provide a mtu() method for fake_dst_opsEric Dumazet1-0/+6
2011-12-16net:bridge: use IS_ENABLEDIgor Maravić1-1/+1
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-1/+1
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-0/+6
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-1/+1
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller1-2/+2
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller1-2/+4
2011-06-07bridge: provide a cow_metrics method for fake_opsAlexander Holler1-0/+6
2011-05-24bridge: initialize fake_rtable metricsEric Dumazet1-1/+5
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-05-13bridge: fix forwarding of IPv6Stephen Hemminger1-1/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-2/+2
2011-04-12bridge: reset IPCB in br_parse_ip_optionsEric Dumazet1-4/+2
2011-03-18bridge: Reset IPCB when entering IP stack on NF_FORWARDHerbert Xu1-0/+3
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-5/+2
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-4/+5
2010-12-10bridge: Use consistent NF_DROP returns in nf_pre_routingHerbert Xu1-16/+9
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller1-1/+1
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-7/+2
2010-11-15bridge: fix RCU races with bridge portstephen hemminger1-6/+7
2010-10-21bridge: make br_parse_ip_options staticstephen hemminger1-1/+1
2010-10-21ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross1-7/+9
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet1-2/+9
2010-09-19bridge : Sanitize skb before it enters the IP stackBandan Das1-29/+78