summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-07virtio_net: refactor freeze/restore logic into virtnet reset logicJohn Fastabend3-48/+73
2017-02-07virtio_net: remove duplicate queue pair binding in XDPJohn Fastabend1-13/+7
2017-02-07virtio_net: factor out xdp handler for readabilityJohn Fastabend1-51/+35
2017-02-07virtio_net: wrap rtnl_lock in test for calling with lock already heldJohn Fastabend1-10/+21
2017-02-07Merge branch 'bridge-improve-cache-utilization'David S. Miller11-52/+59
2017-02-07bridge: fdb: write to used and updated at most once per jiffyNikolay Aleksandrov2-2/+4
2017-02-07bridge: move write-heavy fdb members in their own cache lineNikolay Aleksandrov1-4/+6
2017-02-07bridge: move to workqueue gcNikolay Aleksandrov10-23/+29
2017-02-07bridge: modify bridge and port to have often accessed fields in one cache lineNikolay Aleksandrov1-23/+20
2017-02-07bpf: enable verifier to add 0 to packet ptrWilliam Tu2-1/+24
2017-02-07bpf: test for AND edge casesJosef Bacik1-0/+55
2017-02-07Merge branch 'dsa-add-fabric-notifier'David S. Miller7-49/+205
2017-02-07net: dsa: introduce bridge notifierVivien Didelot3-11/+71
2017-02-07net: dsa: add switch notifierVivien Didelot6-0/+77
2017-02-07net: dsa: change state setter scopeVivien Didelot1-6/+9
2017-02-07net: dsa: rollback bridging on errorVivien Didelot1-1/+13
2017-02-07net: dsa: simplify netdevice events handlingVivien Didelot1-28/+16
2017-02-07net: dsa: move netdevice notifier registrationVivien Didelot3-10/+26
2017-02-07net/mlx5e: fix another maybe-uninitialized false-positiveArnd Bergmann1-2/+2
2017-02-07net-next: treewide use is_vlan_dev() helper function.Parav Pandit14-35/+31
2017-02-06net/mlx4_en: fix a conditionDan Carpenter1-1/+1
2017-02-06sfc: don't rearm interrupts if busy pollingBert Kenward1-2/+2
2017-02-06sctp: process fwd tsn chunk only when prsctp is enabledXin Long1-0/+6
2017-02-06Merge branch 'mlxsw-cleanup-neigh-handling'David S. Miller11-209/+148
2017-02-06mlxsw: spectrum_router: Fix typo in commentIdo Schimmel1-1/+1
2017-02-06mlxsw: spectrum_router: Don't read 'nud_state' without lockIdo Schimmel1-1/+1
2017-02-06mlxsw: spectrum_router: Remove redundant checkIdo Schimmel1-8/+4
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel6-56/+0
2017-02-06mlxsw: spectrum_router: Simplify neighbour reflectionIdo Schimmel3-134/+135
2017-02-06mlxsw: spectrum_router: Remove unused variableIdo Schimmel1-2/+0
2017-02-06mlxsw: spectrum_router: Use ordered workqueue for neigh updatesIdo Schimmel1-4/+4
2017-02-06mlxsw: core: Queue work immediately instead of delaying itIdo Schimmel3-8/+8
2017-02-06net/mlx5e: Bring back bfreg uar map dedicated pointerSaeed Mahameed2-2/+4
2017-02-06net/mlx5e: XDP Tx, no inline copy on ConnectX-5Saeed Mahameed3-11/+15
2017-02-06net/mlx5e: Tx, no inline copy on ConnectX-5Saeed Mahameed2-17/+26
2017-02-06net/mlx5: TX WQE updateSaeed Mahameed5-12/+25
2017-02-06net/mlx5: Configure cache line size for start and end paddingDaniel Jurgens4-6/+19
2017-02-06Merge tag 'linux-can-next-for-4.11-20170206' of git://git.kernel.org/pub/scm/...David S. Miller4-177/+593
2017-02-06mlxsw: reg: Fix HTGT register lengthElad Raz1-1/+1
2017-02-06net: mvneta: implement .set_wol and .get_wolJingju Hou1-0/+21
2017-02-06can: flexcan: switch imx6 and vf610 to timestamp based offloadingMarc Kleine-Budde1-2/+3
2017-02-06can: flexcan: add support for timestamp based rx-offloadMarc Kleine-Budde1-29/+129
2017-02-06can: flexcan: add quirk FLEXCAN_QUIRK_ENABLE_EACEN_RRSMarc Kleine-Budde1-3/+11
2017-02-06can: flexcan: activate individual RX masking and initialize reg_rximrMarc Kleine-Budde1-1/+7
2017-02-06can: flexcan: make use of rx-offload's irq_offload_fifoMarc Kleine-Budde1-112/+52
2017-02-06can: flexcan: make TX mailbox selectable during runtimeMarc Kleine-Budde1-18/+24
2017-02-06can: flexcan: calculate default value for imask1 during runtimeMarc Kleine-Budde1-6/+8
2017-02-06can: flexcan: flexcan_irq(): don't unconditionally return IRQ_HANDLEDMarc Kleine-Budde1-5/+11
2017-02-06can: flexcan: flexcan_poll_bus_err(): fold in do_bus_err()Marc Kleine-Budde1-14/+7
2017-02-06can: flexcan: flexcan_poll_state(): no need to initialize new_state, rx_state...Marc Kleine-Budde1-1/+1