Age | Commit message (Expand) | Author |
2013-08-30 | net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delay | Daniel Borkmann |
2013-08-30 | bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones | Linus Lüssing |
2013-08-20 | bridge: Use the correct bit length for bitmap functions in the VLAN code | Toshiaki Makita |
2013-08-07 | bridge: correct the comment for file br_sysfs_br.c | Wang Sheng-Hui |
2013-08-05 | bridge: don't try to update timers in case of broken MLD queries | Linus Lüssing |
2013-07-31 | bridge: disable snooping if there is no querier | Linus Lüssing |
2013-07-19 | bridge: do not call setup_timer() multiple times | Eric Dumazet |
2013-07-06 | bridge: fix some kernel warning in multicast timer | Cong Wang |
2013-06-25 | bridge: check for zero ether address in fdb add | Stephen Hemminger |
2013-06-24 | bridge: fix a typo in comments | Cong Wang |
2013-06-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-06-17 | bridge: fix switched interval for MLD Query types | Linus Lüssing |
2013-06-13 | net: Convert uses of typedef ctl_table to struct ctl_table | Joe Perches |
2013-06-11 | bridge: Add a flag to control unicast packet flood. | Vlad Yasevich |
2013-06-11 | bridge: Add flag to control mac learning. | Vlad Yasevich |
2013-06-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller |
2013-05-28 | net: pass info struct via netdevice notifier | Jiri Pirko |
2013-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-05-23 | bridge: Set vlan_features to allow offloads on vlans. | Vlad Yasevich |
2013-05-23 | netfilter: {ipt,ebt}_ULOG: rise warning on deprecation | Pablo Neira Ayuso |
2013-05-23 | bridge: netfilter: using strlcpy() instead of strncpy() | Chen Gang |
2013-05-22 | bridge: send query as soon as leave is received | Cong Wang |
2013-05-22 | bridge: only expire the mdb entry when query is received | Cong Wang |
2013-05-22 | bridge: use the bridge IP addr as source addr for querier | Cong Wang |
2013-05-15 | netfilter: log: netns NULL ptr bug when calling from conntrack | Hans Schillstrom |
2013-05-03 | bridge: fix race with topology change timer | stephen hemminger |
2013-04-30 | bridge: avoid OOPS if root port not found | stephen hemminger |
2013-04-29 | bridge: Add fdb dst check during fdb update | roopa |
2013-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-04-19 | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy |
2013-04-19 | net: vlan: prepare for 802.1ad support | Patrick McHardy |
2013-04-19 | net: vlan: prepare for 802.1ad VLAN filtering offload | Patrick McHardy |
2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy |
2013-04-15 | bridge: make user modified path cost sticky | stephen hemminger |
2013-04-07 | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller |
2013-04-05 | netfilter: ebt_ulog: add net namespace support for ebt_ulog | Gao feng |
2013-04-05 | netfilter: ebt_log: add net namespace support for ebt_log | Gao feng |
2013-04-05 | netfilter: nf_log: prepare net namespace support for loggers | Gao feng |
2013-04-02 | bridge: remove a redundant synchronize_net() | Eric Dumazet |
2013-03-28 | bridge: remove unused variable ifm | Hong zhi guo |
2013-03-28 | net-next: replace obsolete NLMSG_* with type safe nlmsg_* | Hong zhi guo |
2013-03-28 | net: add ETH_P_802_3_MIN | Simon Horman |
2013-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-03-25 | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller |
2013-03-24 | bridge: fix crash when set mac address of br interface | Hong zhi guo |
2013-03-24 | bridge: avoid br_ifinfo_notify when nothing changed | Hong zhi guo |
2013-03-22 | rtnetlink: Remove passing of attributes into rtnl_doit functions | Thomas Graf |
2013-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-03-17 | bridge: Add support for setting BR_ROOT_BLOCK flag. | Vlad Yasevich |
2013-03-15 | netfilter: ebt_ulog: remove unnecessary spin lock protection | Gao feng |