| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-09-05 | 6 | -35/+33 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-09-05 | 5 | -93/+240 |
| |\ |
|
| * | | bridge: apply multicast snooping to IPv6 link-local, too | Linus Lüssing | 2013-09-05 | 3 | -14/+6 |
| * | | bridge: prevent flooding IPv6 packets that do not have a listener | Linus Lüssing | 2013-09-05 | 1 | -2/+8 |
| * | | net: ipv6: mld: get rid of MLDV2_MRC and simplify calculation | Daniel Borkmann | 2013-09-04 | 1 | -1/+2 |
| * | | bridge: inherit slave devices needed_headroom | Florian Fainelli | 2013-08-29 | 1 | -0/+3 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-08-26 | 3 | -9/+9 |
| |\ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-08-16 | 2 | -2/+2 |
| |\ \ \ |
|
| * | | | | bridge: fix rcu check warning in multicast port group | stephen hemminger | 2013-08-04 | 2 | -2/+3 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-08-03 | 4 | -13/+49 |
| |\ \ \ \ |
|
| * | | | | | bridge: cleanup netpoll code | stephen hemminger | 2013-07-26 | 3 | -17/+8 |
| * | | | | | net: convert resend IGMP to notifier event | Jiri Pirko | 2013-07-23 | 1 | -0/+5 |
* | | | | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-09-04 | 3 | -3/+3 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. | Rusty Russell | 2013-07-15 | 3 | -3/+3 |
| |/ / / / |
|
* | | | | | net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delay | Daniel Borkmann | 2013-08-30 | 1 | -1/+2 |
* | | | | | bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones | Linus Lüssing | 2013-08-30 | 5 | -93/+240 |
| |_|_|/
|/| | | |
|
* | | | | bridge: Use the correct bit length for bitmap functions in the VLAN code | Toshiaki Makita | 2013-08-20 | 3 | -9/+9 |
| |_|/
|/| | |
|
* | | | bridge: correct the comment for file br_sysfs_br.c | Wang Sheng-Hui | 2013-08-07 | 1 | -1/+1 |
* | | | bridge: don't try to update timers in case of broken MLD queries | Linus Lüssing | 2013-08-05 | 1 | -1/+1 |
| |/
|/| |
|
* | | bridge: disable snooping if there is no querier | Linus Lüssing | 2013-07-31 | 4 | -11/+46 |
* | | bridge: do not call setup_timer() multiple times | Eric Dumazet | 2013-07-19 | 1 | -2/+3 |
|/ |
|
* | bridge: fix some kernel warning in multicast timer | Cong Wang | 2013-07-06 | 2 | -2/+2 |
* | bridge: check for zero ether address in fdb add | Stephen Hemminger | 2013-06-25 | 1 | -0/+5 |
* | bridge: fix a typo in comments | Cong Wang | 2013-06-24 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-19 | 1 | -2/+3 |
|\ |
|
| * | bridge: fix switched interval for MLD Query types | Linus Lüssing | 2013-06-17 | 1 | -2/+3 |
* | | net: Convert uses of typedef ctl_table to struct ctl_table | Joe Perches | 2013-06-13 | 1 | -2/+2 |
* | | bridge: Add a flag to control unicast packet flood. | Vlad Yasevich | 2013-06-11 | 7 | -16/+31 |
* | | bridge: Add flag to control mac learning. | Vlad Yasevich | 2013-06-11 | 5 | -4/+13 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 2013-06-06 | 2 | -3/+9 |
|\ \ |
|
| * | | netfilter: {ipt,ebt}_ULOG: rise warning on deprecation | Pablo Neira Ayuso | 2013-05-23 | 1 | -0/+6 |
| * | | bridge: netfilter: using strlcpy() instead of strncpy() | Chen Gang | 2013-05-23 | 1 | -3/+3 |
* | | | net: pass info struct via netdevice notifier | Jiri Pirko | 2013-05-28 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-05-24 | 2 | -13/+16 |
|\ \ \
| | |/
| |/| |
|
| * | | netfilter: log: netns NULL ptr bug when calling from conntrack | Hans Schillstrom | 2013-05-15 | 2 | -13/+16 |
* | | | bridge: Set vlan_features to allow offloads on vlans. | Vlad Yasevich | 2013-05-23 | 1 | -6/+7 |
| |/
|/| |
|
* | | bridge: send query as soon as leave is received | Cong Wang | 2013-05-22 | 1 | -0/+26 |
* | | bridge: only expire the mdb entry when query is received | Cong Wang | 2013-05-22 | 2 | -27/+13 |
* | | bridge: use the bridge IP addr as source addr for querier | Cong Wang | 2013-05-22 | 3 | -1/+31 |
|/ |
|
* | 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 |