summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netfilter.c
Commit message (Expand)AuthorAgeFilesLines
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-191-1/+2
* bridge: Pull ip header into skb->data before looking into ip header.Sarveshwar Bandi2012-10-111-0/+3
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-2/+4
* net: Add dummy dst_ops->redirect method where needed.David S. Miller2012-07-121-0/+5
* br_netfilter: Convert to dst_neigh_lookup_skb().David S. Miller2012-07-051-13/+23
* net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller2012-07-051-1/+3
* netfilter: bridge: switch hook PFs to nfprotoAlban Crequy2012-06-071-14/+14
* ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack2012-05-171-1/+1
* netfilter: bridge: optionally set indev to vlanPablo Neira Ayuso2012-05-081-2/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-081-6/+2Star
|\
| * set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)2012-04-241-6/+2Star
* | net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-211-7/+1Star
* | net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-211-2/+2
|/
* bridge: netfilter: don't call iptables on vlan packets if sysctl is offFlorian Westphal2012-03-061-14/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-1/+7
|\
| * net: introduce DST_NOPEER dst flagEric Dumazet2011-12-231-1/+1
| * bridge: provide a mtu() method for fake_dst_opsEric Dumazet2011-12-231-0/+6
* | net:bridge: use IS_ENABLEDIgor Maravić2011-12-161-1/+1
* | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-1/+1
|/
* net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller2011-07-181-0/+6
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-181-1/+1
* neigh: Pass neighbour entry to output ops.David S. Miller2011-07-181-2/+2
* net: Embed hh_cache inside of struct neighbour.David S. Miller2011-07-141-2/+4
* bridge: provide a cow_metrics method for fake_opsAlexander Holler2011-06-071-0/+6
* bridge: initialize fake_rtable metricsEric Dumazet2011-05-241-1/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-171-1/+1
|\
| * bridge: fix forwarding of IPv6Stephen Hemminger2011-05-131-1/+1
* | inet: constify ip headers and in6_addrEric Dumazet2011-04-221-2/+2
|/
* bridge: reset IPCB in br_parse_ip_optionsEric Dumazet2011-04-121-4/+2Star
* bridge: Reset IPCB when entering IP stack on NF_FORWARDHerbert Xu2011-03-181-0/+3
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-131-5/+2Star
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-4/+5
* bridge: Use consistent NF_DROP returns in nf_pre_routingHerbert Xu2010-12-111-16/+9Star
* net: Abstract away all dst_entry metrics accesses.David S. Miller2010-12-091-1/+1
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-7/+2Star
* bridge: fix RCU races with bridge portstephen hemminger2010-11-151-6/+7
* bridge: make br_parse_ip_options staticstephen hemminger2010-10-211-1/+1
* ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross2010-10-211-7/+9
* net dst: use a percpu_counter to track entriesEric Dumazet2010-10-111-2/+9
* bridge : Sanitize skb before it enters the IP stackBandan Das2010-09-191-29/+78
* bridge: Clear INET control block of SKBs passed into ip_fragment().David S. Miller2010-09-021-2/+4
* bridge: netfilter: fix a memory leakChangli Gao2010-08-241-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-081-0/+3
|\
| * bridge: Clear IPCB before possible entry into IP stackHerbert Xu2010-07-071-0/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-07-031-9/+22
|\ \
| * | bridge: add per bridge device controls for invoking iptablesPatrick McHardy2010-07-021-9/+22
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-06-151-4/+2Star
|\| |
| * | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-06-151-8/+8
| |\ \
| * | | netfilter: br_netfilter: use skb_set_noref()Eric Dumazet2010-06-011-4/+2Star
| | |/ | |/|