summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing2013-08-305-93/+240
* bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita2013-08-203-9/+9
* bridge: correct the comment for file br_sysfs_br.cWang Sheng-Hui2013-08-071-1/+1
* bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing2013-08-051-1/+1
* bridge: disable snooping if there is no querierLinus Lüssing2013-07-314-11/+46
* bridge: do not call setup_timer() multiple timesEric Dumazet2013-07-191-2/+3
* bridge: fix some kernel warning in multicast timerCong Wang2013-07-062-2/+2
* bridge: check for zero ether address in fdb addStephen Hemminger2013-06-251-0/+5
* bridge: fix a typo in commentsCong Wang2013-06-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-2/+3
|\
| * bridge: fix switched interval for MLD Query typesLinus Lüssing2013-06-171-2/+3
* | net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-2/+2
* | bridge: Add a flag to control unicast packet flood.Vlad Yasevich2013-06-117-16/+31
* | bridge: Add flag to control mac learning.Vlad Yasevich2013-06-115-4/+13
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-06-062-3/+9
|\ \
| * | netfilter: {ipt,ebt}_ULOG: rise warning on deprecationPablo Neira Ayuso2013-05-231-0/+6
| * | bridge: netfilter: using strlcpy() instead of strncpy()Chen Gang2013-05-231-3/+3
* | | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-242-13/+16
|\ \ \ | | |/ | |/|
| * | netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2013-05-152-13/+16
* | | bridge: Set vlan_features to allow offloads on vlans.Vlad Yasevich2013-05-231-6/+7
| |/ |/|
* | bridge: send query as soon as leave is receivedCong Wang2013-05-221-0/+26
* | bridge: only expire the mdb entry when query is receivedCong Wang2013-05-222-27/+13
* | bridge: use the bridge IP addr as source addr for querierCong Wang2013-05-223-1/+31
|/
* bridge: fix race with topology change timerstephen hemminger2013-05-031-1/+1
* bridge: avoid OOPS if root port not foundstephen hemminger2013-04-301-1/+8
* bridge: Add fdb dst check during fdb updateroopa2013-04-291-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-223-1/+4
|\
| * bridge: make user modified path cost stickystephen hemminger2013-04-153-1/+4
* | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-192-3/+3
* | net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-191-1/+2
* | net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-3/+7
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-192-5/+5
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-04-073-44/+130
|\ \
| * | netfilter: ebt_ulog: add net namespace support for ebt_ulogGao feng2013-04-051-37/+88
| * | netfilter: ebt_log: add net namespace support for ebt_logGao feng2013-04-051-2/+35
| * | netfilter: nf_log: prepare net namespace support for loggersGao feng2013-04-052-5/+7
* | | bridge: remove a redundant synchronize_net()Eric Dumazet2013-04-021-1/+0
* | | bridge: remove unused variable ifmHong zhi guo2013-03-281-9/+3
* | | net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-2/+2
|/ /
* | net: add ETH_P_802_3_MINSimon Horman2013-03-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-271-1/+1
|\|
| * bridge: fix crash when set mac address of br interfaceHong zhi guo2013-03-241-1/+1
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-03-252-5/+2
|\ \
| * | netfilter: ebt_ulog: remove unnecessary spin lock protectionGao feng2013-03-151-2/+1
| * | bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu2013-03-151-3/+1
* | | bridge: avoid br_ifinfo_notify when nothing changedHong zhi guo2013-03-241-2/+2
* | | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-0/+1
|\ \ \ | |/ / |/| / | |/
| * bridge: Add support for setting BR_ROOT_BLOCK flag.Vlad Yasevich2013-03-171-0/+1