aboutsummaryrefslogtreecommitdiff
path: root/net/bridge/br_netfilter.c
AgeCommit message (Expand)Author
2013-12-19bridge: change "foo* bar" to "foo *bar"tanxiaojun
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-10-27bridge: netfilter: orphan skb before invoking ip netfilter hooksFlorian Westphal
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy
2012-10-10bridge: Pull ip header into skb->data before looking into ip header.Sarveshwar Bandi
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller
2012-07-12net: Add dummy dst_ops->redirect method where needed.David S. Miller
2012-07-05br_netfilter: Convert to dst_neigh_lookup_skb().David S. Miller
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller
2012-06-07netfilter: bridge: switch hook PFs to nfprotoAlban Crequy
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack
2012-05-08netfilter: bridge: optionally set indev to vlanPablo Neira Ayuso
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-24set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman
2012-03-06bridge: netfilter: don't call iptables on vlan packets if sysctl is offFlorian Westphal
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet
2011-12-22bridge: provide a mtu() method for fake_dst_opsEric Dumazet
2011-12-16net:bridge: use IS_ENABLEDIgor Maravić
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller
2011-06-07bridge: provide a cow_metrics method for fake_opsAlexander Holler
2011-05-24bridge: initialize fake_rtable metricsEric Dumazet
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-13bridge: fix forwarding of IPv6Stephen Hemminger
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-04-12bridge: reset IPCB in br_parse_ip_optionsEric Dumazet
2011-03-18bridge: Reset IPCB when entering IP stack on NF_FORWARDHerbert Xu
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2010-12-10bridge: Use consistent NF_DROP returns in nf_pre_routingHerbert Xu
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-11-15bridge: fix RCU races with bridge portstephen hemminger
2010-10-21bridge: make br_parse_ip_options staticstephen hemminger
2010-10-21ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet
2010-09-19bridge : Sanitize skb before it enters the IP stackBandan Das
2010-09-01bridge: Clear INET control block of SKBs passed into ip_fragment().David S. Miller
2010-08-23bridge: netfilter: fix a memory leakChangli Gao
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-07bridge: Clear IPCB before possible entry into IP stackHerbert Xu