summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | nfs: don't wait on commit in nfs_commit_inode() if there were no commit requestsScott Mayhew2017-12-151-0/+2
| * | | | | | | | | | xprtrdma: Spread reply processing over more CPUsChuck Lever2017-12-154-6/+5
| * | | | | | | | | | nfs: fix a deadlock in nfs client initializationScott Mayhew2017-12-152-4/+24
* | | | | | | | | | | Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-157-22/+15
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-1595-387/+802
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | net: qcom/emac: Reduce timeout for mdio read/writeHemanth Puranik2017-12-151-3/+4
| * | | | | | | | | | | net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko2017-12-151-4/+5
| * | | | | | | | | | | net: sched: fix clsact init error pathJiri Pirko2017-12-152-7/+3
| * | | | | | | | | | | ip_gre: fix wrong return value of erspan_rcvHaishuang Yan2017-12-151-1/+1
| * | | | | | | | | | | net: usb: qmi_wwan: add Telit ME910 PID 0x1101 supportDaniele Palmas2017-12-151-0/+1
| * | | | | | | | | | | Merge branch 'net-sched-Make-qdisc-offload-uapi-uniform'David S. Miller2017-12-155-17/+19
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | pkt_sched: Remove TC_RED_OFFLOADED from uapiYuval Mintz2017-12-151-1/+0
| | * | | | | | | | | | | net: sched: Move to new offload indication in REDYuval Mintz2017-12-151-16/+15
| | * | | | | | | | | | | net: sched: Add TCA_HW_OFFLOADYuval Mintz2017-12-153-0/+4
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'aquantia-fixes'David S. Miller2017-12-1512-106/+177
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | net: aquantia: Increment driver versionIgor Russkikh2017-12-152-3/+6
| | * | | | | | | | | | | net: aquantia: Fix typo in ethtool statistics namesIgor Russkikh2017-12-151-8/+8
| | * | | | | | | | | | | net: aquantia: Update hw counters on hw initIgor Russkikh2017-12-152-0/+8
| | * | | | | | | | | | | net: aquantia: Improve link state and statistics check interval callbackIgor Russkikh2017-12-152-3/+6
| | * | | | | | | | | | | net: aquantia: Fill in multicast counter in ndev stats from hardwareIgor Russkikh2017-12-151-0/+1
| | * | | | | | | | | | | net: aquantia: Fill ndev stat couters from hardwareIgor Russkikh2017-12-151-16/+16
| | * | | | | | | | | | | net: aquantia: Extend stat counters to 64bit valuesIgor Russkikh2017-12-154-67/+79
| | * | | | | | | | | | | net: aquantia: Fix hardware DMA stream overload on large MRRSIgor Russkikh2017-12-152-0/+18
| | * | | | | | | | | | | net: aquantia: Fix actual speed capabilities reportingIgor Russkikh2017-12-156-9/+35
| |/ / / / / / / / / / /
| * | | | | | | | | | | sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn2017-12-151-1/+5
| * | | | | | | | | | | Merge branch 's390-fixes'David S. Miller2017-12-155-46/+79
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | s390/qeth: update takeover IPs after configuration changeJulian Wiedmann2017-12-155-37/+67
| | * | | | | | | | | | | s390/qeth: lock IP table while applying takeover changesJulian Wiedmann2017-12-151-0/+2
| | * | | | | | | | | | | s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann2017-12-152-4/+6
| | * | | | | | | | | | | s390/qeth: apply takeover changes when mode is toggledJulian Wiedmann2017-12-153-20/+19
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge tag 'batadv-net-for-davem-20171215' of git://git.open-mesh.org/linux-mergeDavid S. Miller2017-12-154-5/+7
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tqSven Eckelmann2017-12-041-2/+2
| | * | | | | | | | | | | batman-adv: Fix kernel-doc for timer functionsSven Eckelmann2017-12-021-2/+2
| | * | | | | | | | | | | batman-adv: Fix check of retrieved orig_gw in batadv_v_gw_is_eligibleSven Eckelmann2017-12-011-1/+1
| | * | | | | | | | | | | batman-adv: Always initialize fragment header prioritySven Eckelmann2017-12-011-0/+2
| | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | mlxsw: spectrum: Disable MAC learning for ovs portYuval Mintz2017-12-151-0/+18
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-135-19/+23
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | bpf: add schedule points to map alloc/freeEric Dumazet2017-12-121-0/+2
| | * | | | | | | | | | | Merge branch 'bpf-misc-fixes'Alexei Starovoitov2017-12-124-19/+21
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | bpf: fix broken BPF selftest buildDaniel Borkmann2017-12-122-12/+8
| | | * | | | | | | | | | | bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann2017-12-121-0/+1
| | | * | | | | | | | | | | bpf: fix corruption on concurrent perf_event_output callsDaniel Borkmann2017-12-121-7/+12
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge branch 'mlx4-misc-fixes'David S. Miller2017-12-134-28/+35
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | net/mlx4_en: Fill all counters under one call of stats lockEran Ben Elisha2017-12-131-26/+31
| | * | | | | | | | | | | | net/mlx4_core: Fix wrong calculation of free countersEran Ben Elisha2017-12-131-1/+0
| | * | | | | | | | | | | | net/mlx4_en: Fix selftest for small MTUsEugenia Emantayev2017-12-132-1/+4
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | net: phy: marvell: avoid configuring fiber page for SGMII-to-CopperRussell King2017-12-131-0/+4
| * | | | | | | | | | | | dwc-xlgmac: Add co-maintainerJie Deng2017-12-131-0/+1
| * | | | | | | | | | | | tcp: refresh tcp_mstamp from timers callbacksEric Dumazet2017-12-131-0/+2
| * | | | | | | | | | | | tcp: fix potential underestimation on rcv_rttWei Wang2017-12-131-4/+6