| Commit message (Expand) | Author | Age | Files | Lines |
* | bridge: fix switched interval for MLD Query types | Linus Lüssing | 2013-06-17 | 1 | -2/+3 |
* | netfilter: log: netns NULL ptr bug when calling from conntrack | Hans Schillstrom | 2013-05-15 | 2 | -13/+16 |
* | bridge: fix race with topology change timer | stephen hemminger | 2013-05-03 | 1 | -1/+1 |
* | bridge: avoid OOPS if root port not found | stephen hemminger | 2013-04-30 | 1 | -1/+8 |
* | bridge: Add fdb dst check during fdb update | roopa | 2013-04-29 | 1 | -2/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-04-22 | 3 | -1/+4 |
|\ |
|
| * | bridge: make user modified path cost sticky | stephen hemminger | 2013-04-15 | 3 | -1/+4 |
* | | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy | 2013-04-19 | 2 | -3/+3 |
* | | net: vlan: prepare for 802.1ad support | Patrick McHardy | 2013-04-19 | 1 | -1/+2 |
* | | net: vlan: prepare for 802.1ad VLAN filtering offload | Patrick McHardy | 2013-04-19 | 1 | -3/+7 |
* | | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 2013-04-19 | 2 | -5/+5 |
* | | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller | 2013-04-07 | 3 | -44/+130 |
|\ \ |
|
| * | | netfilter: ebt_ulog: add net namespace support for ebt_ulog | Gao feng | 2013-04-05 | 1 | -37/+88 |
| * | | netfilter: ebt_log: add net namespace support for ebt_log | Gao feng | 2013-04-05 | 1 | -2/+35 |
| * | | netfilter: nf_log: prepare net namespace support for loggers | Gao feng | 2013-04-05 | 2 | -5/+7 |
* | | | bridge: remove a redundant synchronize_net() | Eric Dumazet | 2013-04-02 | 1 | -1/+0 |
* | | | bridge: remove unused variable ifm | Hong zhi guo | 2013-03-28 | 1 | -9/+3 |
* | | | net-next: replace obsolete NLMSG_* with type safe nlmsg_* | Hong zhi guo | 2013-03-28 | 1 | -2/+2 |
|/ / |
|
* | | net: add ETH_P_802_3_MIN | Simon Horman | 2013-03-28 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-03-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | bridge: fix crash when set mac address of br interface | Hong zhi guo | 2013-03-24 | 1 | -1/+1 |
* | | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller | 2013-03-25 | 2 | -5/+2 |
|\ \ |
|
| * | | netfilter: ebt_ulog: remove unnecessary spin lock protection | Gao feng | 2013-03-15 | 1 | -2/+1 |
| * | | bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERR | Silviu-Mihai Popescu | 2013-03-15 | 1 | -3/+1 |
* | | | bridge: avoid br_ifinfo_notify when nothing changed | Hong zhi guo | 2013-03-24 | 1 | -2/+2 |
* | | | rtnetlink: Remove passing of attributes into rtnl_doit functions | Thomas Graf | 2013-03-22 | 1 | -2/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-03-20 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | bridge: Add support for setting BR_ROOT_BLOCK flag. | Vlad Yasevich | 2013-03-17 | 1 | -0/+1 |
* | | bridge: using for_each_set_bit to simplify the code | Wei Yongjun | 2013-03-12 | 2 | -12/+3 |
* | | bridge: using for_each_set_bit_from to simplify the code | Wei Yongjun | 2013-03-12 | 1 | -3/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-03-12 | 6 | -5/+11 |
|\ \
| |/ |
|
| * | bridge: reserve space for IFLA_BRPORT_FAST_LEAVE | stephen hemminger | 2013-03-12 | 1 | -0/+1 |
| * | bridge: fix mdb info leaks | Mathias Krause | 2013-03-10 | 1 | -0/+4 |
| * | bridge: add missing vid to br_mdb_get() | Cong Wang | 2013-03-07 | 4 | -5/+6 |
* | | bridge: use ipv4_is_local_multicast() helper | Amerigo Wang | 2013-03-07 | 1 | -1/+1 |
|/ |
|
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 3 | -32/+22 |
* | bridge: make ifla_br_policy and br_af_ops static | Cong Wang | 2013-02-14 | 1 | -2/+2 |
* | bridge: Separate egress policy bitmap | Vlad Yasevich | 2013-02-13 | 3 | -6/+19 |
* | bridge: Add vlan support for local fdb entries | Vlad Yasevich | 2013-02-13 | 4 | -25/+125 |
* | bridge: Add vlan support to static neighbors | Vlad Yasevich | 2013-02-13 | 2 | -20/+134 |
* | bridge: Add vlan id to multicast groups | Vlad Yasevich | 2013-02-13 | 2 | -20/+50 |
* | bridge: Add vlan to unicast fdb entries | Vlad Yasevich | 2013-02-13 | 4 | -35/+52 |
* | bridge: Add the ability to configure pvid | Vlad Yasevich | 2013-02-13 | 3 | -17/+49 |
* | bridge: Implement vlan ingress/egress policy with PVID. | Vlad Yasevich | 2013-02-13 | 5 | -10/+125 |
* | bridge: Dump vlan information from a bridge port | Vlad Yasevich | 2013-02-13 | 3 | -12/+87 |
* | bridge: Add netlink interface to configure vlans on bridge ports | Vlad Yasevich | 2013-02-13 | 4 | -18/+124 |
* | bridge: Verify that a vlan is allowed to egress on given port | Vlad Yasevich | 2013-02-13 | 4 | -0/+41 |
* | bridge: Validate that vlan is permitted on ingress | Vlad Yasevich | 2013-02-13 | 4 | -0/+85 |
* | bridge: Add vlan filtering infrastructure | Vlad Yasevich | 2013-02-13 | 6 | -0/+296 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-02-12 | 1 | -0/+2 |
|\ |
|