| Commit message (Expand) | Author | Age |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2014-09-10 |
|\ |
|
| * | netfilter: ebtables: create audit records for replaces | Nicolas Dichtel | 2014-09-09 |
* | | bridge: Cleanup of unncessary check. | Rami Rosen | 2014-09-09 |
* | | bridge: implement rtnl_link_ops->changelink | Jiri Pirko | 2014-09-09 |
* | | bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_info | Jiri Pirko | 2014-09-09 |
* | | bridge: implement rtnl_link_ops->slave_changelink | Jiri Pirko | 2014-09-09 |
* | | bridge: implement rtnl_link_ops->get_slave_size and rtnl_link_ops->fill_slave... | Jiri Pirko | 2014-09-09 |
* | | bridge: switch order of rx_handler reg and upper dev link | Jiri Pirko | 2014-09-09 |
* | | br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER() | Andreea-Cristina Bernat | 2014-08-22 |
|/ |
|
* | net: Always untag vlan-tagged traffic on input. | Vlad Yasevich | 2014-08-11 |
* | netfilter: don't use mutex_lock_interruptible() | Pablo Neira Ayuso | 2014-08-08 |
* | list: fix order of arguments for hlist_add_after(_rcu) | Ken Helias | 2014-08-06 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-08-05 |
|\ |
|
| * | bridge: Don't include NDA_VLAN for FDB entries with vid 0 | Toshiaki Makita | 2014-07-31 |
* | | bridge: Update outdated comment on promiscuous mode | Toshiaki Makita | 2014-08-05 |
* | | bridge: remove a useless comment | Michael S. Tsirkin | 2014-08-04 |
* | | netfilter: kill remnants of ulog targets | Paul Bolle | 2014-07-25 |
* | | netfilter: bridge: add reject support | Pablo Neira Ayuso | 2014-07-22 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2014-07-21 |
|\ \ |
|
| * | | netfilter: bridge: add generic packet logger | Pablo Neira Ayuso | 2014-06-27 |
| * | | netfilter: nf_log: use an array of loggers instead of list | Pablo Neira Ayuso | 2014-06-25 |
| * | | netfilter: kill ulog targets | Pablo Neira Ayuso | 2014-06-25 |
* | | | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 2014-07-15 |
* | | | bridge: netlink dump interface at par with brctl | Jamal Hadi Salim | 2014-07-10 |
* | | | bridge: fdb dumping takes a filter device | Jamal Hadi Salim | 2014-07-10 |
* | | | bridge: export knowledge about the presence of IGMP/MLD queriers | Linus Lüssing | 2014-07-08 |
|/ / |
|
* / | bridge: use list_for_each_entry_continue_reverse | Li RongQing | 2014-06-21 |
|/ |
|
* | bridge: fix compile error when compiling without IPv6 support | Linus Lüssing | 2014-06-12 |
* | bridge: fix smatch warning / potential null pointer dereference | Linus Lüssing | 2014-06-12 |
* | bridge: Support 802.1ad vlan filtering | Toshiaki Makita | 2014-06-11 |
* | bridge: Prepare for forwarding another bridge group addresses | Toshiaki Makita | 2014-06-11 |
* | bridge: Prepare for 802.1ad vlan filtering support | Toshiaki Makita | 2014-06-11 |
* | bridge: Add 802.1ad tx vlan acceleration | Toshiaki Makita | 2014-06-11 |
* | bridge: memorize and export selected IGMP/MLD querier port | Linus Lüssing | 2014-06-11 |
* | bridge: add export of multicast database adjacent to net_dev | Linus Lüssing | 2014-06-11 |
* | bridge: adhere to querier election mechanism specified by RFCs | Linus Lüssing | 2014-06-11 |
* | bridge: rename struct bridge_mcast_query/querier | Linus Lüssing | 2014-06-11 |
* | bridge: Fix incorrect judgment of promisc | Toshiaki Makita | 2014-06-05 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-06-04 |
|\ |
|
| * | bridge: Prevent insertion of FDB entry with disallowed vlan | Toshiaki Makita | 2014-06-02 |
| * | bridge: notify user space after fdb update | Jon Maxwell | 2014-06-02 |
* | | bridge: Add bridge ifindex to bridge fdb notify msgs | Roopa Prabhu | 2014-06-02 |
* | | bridge: fix the unbalanced promiscuous count when add_if failed | wangweidong | 2014-06-02 |
* | | netfilter: bridge: fix Kconfig unmet dependencies | Pablo Neira | 2014-05-26 |
* | | bridge: make br_device_notifier static | Cong Wang | 2014-05-22 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables | David S. Miller | 2014-05-22 |
|\ \ |
|
| * | | netfilter: nf_tables: Add meta expression key for bridge interface name | Tomasz Bursztyka | 2014-04-24 |
* | | | bridge: fix spelling of promiscuous | stephen hemminger | 2014-05-18 |
* | | | net: bridge: fix build | Alexei Starovoitov | 2014-05-18 |
* | | | bridge: Automatically manage port promiscuous mode. | Vlad Yasevich | 2014-05-16 |