| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Remove depends on HAS_DMA in case of platform dependency | Geert Uytterhoeven | 2018-06-23 | 12 | -19/+12 |
* | net: mscc: make sparse happy | Antoine Tenart | 2018-06-23 | 1 | -1/+2 |
* | net: mvneta: fix the Rx desc DMA address in the Rx path | Antoine Tenart | 2018-06-23 | 1 | -1/+1 |
* | vhost_net: validate sock before trying to put its fd | Jason Wang | 2018-06-23 | 1 | -1/+2 |
* | net: ethernet: ti: davinci_cpdma: make function cpdma_desc_pool_create static | Colin Ian King | 2018-06-22 | 1 | -1/+1 |
* | xen-netfront: Update features after registering netdev | Ross Lagerwall | 2018-06-22 | 1 | -4/+4 |
* | xen-netfront: Fix mismatched rtnl_unlock | Ross Lagerwall | 2018-06-22 | 1 | -1/+2 |
* | net: macb: Fix ptp time adjustment for large negative delta | Harini Katakam | 2018-06-21 | 1 | -4/+1 |
* | ipvlan: fix IFLA_MTU ignored on NEWLINK | Xin Long | 2018-06-21 | 1 | -1/+2 |
* | net: mscc: fix the injection header | Antoine Tenart | 2018-06-21 | 1 | -5/+5 |
* | net: davinci_emac: match the mdio device against its compatible if possible | Bartosz Golaszewski | 2018-06-21 | 1 | -0/+4 |
* | r8169: Fix netpoll oops | Ville Syrjälä | 2018-06-21 | 1 | -1/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2018-06-21 | 6 | -28/+51 |
|\ |
|
| * | IB/rxe: Fix missing completion for mem_reg work requests | Vijay Immanuel | 2018-06-18 | 1 | -0/+3 |
| * | RDMA/core: Save kernel caller name when creating CQ using ib_create_cq() | Bharat Potnuri | 2018-06-18 | 1 | -6/+8 |
| * | IB/uverbs: Fix ordering of ucontext check in ib_uverbs_write | Jason Gunthorpe | 2018-06-12 | 1 | -4/+10 |
| * | IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()' | Christophe Jaillet | 2018-06-11 | 1 | -2/+5 |
| * | RDMA/qedr: Fix NULL pointer dereference when running over iWARP without RDMA-CM | Kalderon, Michal | 2018-06-11 | 1 | -0/+3 |
| * | IB/mlx5: Fix return value check in flow_counters_set_data() | weiyongjun (A) | 2018-06-11 | 1 | -2/+2 |
| * | IB/mlx5: Fix memory leak in mlx5_ib_create_flow | Gustavo A. R. Silva | 2018-06-11 | 1 | -13/+19 |
| * | IB/rxe: avoid double kfree skb | Zhu Yanjun | 2018-06-11 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-06-21 | 19 | -55/+94 |
|\ \ |
|
| * | | stmmac: fix DMA channel hang in half-duplex mode | Bhadram Varka | 2018-06-20 | 1 | -0/+10 |
| * | | net: stmmac: socfpga: add additional ocp reset line for Stratix10 | Dinh Nguyen | 2018-06-20 | 2 | -5/+15 |
| * | | net: sungem: fix rx checksum support | Eric Dumazet | 2018-06-20 | 1 | -10/+12 |
| * | | net/usb/drivers: Remove useless hrtimer_active check | Daniel Lezcano | 2018-06-20 | 1 | -2/+1 |
| * | | net: ethernet: fix suspend/resume in davinci_emac | Bartosz Golaszewski | 2018-06-20 | 1 | -2/+13 |
| * | | enic: do not overwrite error code | Govindarajulu Varadarajan | 2018-06-20 | 1 | -5/+4 |
| * | | ptp: replace getnstimeofday64() with ktime_get_real_ts64() | Arnd Bergmann | 2018-06-20 | 2 | -3/+3 |
| * | | net: net_failover: fix typo in net_failover_slave_register() | Liran Alon | 2018-06-20 | 1 | -1/+1 |
| * | | ipvlan: use ETH_MAX_MTU as max mtu | Xin Long | 2018-06-20 | 1 | -0/+1 |
| * | | net: hamradio: use eth_broadcast_addr | Stefan Agner | 2018-06-20 | 1 | -6/+2 |
| * | | enic: initialize enic->rfs_h.lock in enic_probe | Govindarajulu Varadarajan | 2018-06-20 | 2 | -3/+3 |
| * | | net/ncsi: Silence debug messages | Joel Stanley | 2018-06-20 | 1 | -2/+2 |
| * | | bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesize | Daniel Borkmann | 2018-06-20 | 1 | -4/+3 |
| * | | qed: Do not advertise DCBX_LLD_MANAGED capability. | Sudarsana Reddy Kalluru | 2018-06-20 | 1 | -7/+4 |
| * | | qed: Add sanity check for SIMD fastpath handler. | Sudarsana Reddy Kalluru | 2018-06-20 | 1 | -2/+10 |
| * | | qed: Fix possible memory leak in Rx error path handling. | Sudarsana Reddy Kalluru | 2018-06-20 | 1 | -2/+9 |
| * | | bluetooth: hci_nokia: Don't include linux/unaligned/le_struct.h directly. | David S. Miller | 2018-06-17 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2018-06-20 | 5 | -20/+23 |
|\ \ \ |
|
| * | | | HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large | Jason Gerecke | 2018-06-20 | 1 | -0/+8 |
| * | | | HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation | Even Xu | 2018-06-20 | 1 | -15/+7 |
| * | | | HID: steam: use hid_device.driver_data instead of hid_set_drvdata() | Rodrigo Rivas Costa | 2018-06-20 | 1 | -5/+5 |
| * | | | HID: google: Add support for whiskers | Nicolas Boichat | 2018-06-11 | 2 | -0/+3 |
* | | | | Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-06-20 | 4 | -1060/+0 |
|\ \ \ \ |
|
| * | | | | dma-mapping: move all DMA mapping code to kernel/dma | Christoph Hellwig | 2018-06-14 | 4 | -1060/+0 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2018-06-19 | 12 | -235/+250 |
|\ \ \ \ \ |
|
| * | | | | | s390/dasd: only use preallocated requests | Sebastian Ott | 2018-06-12 | 4 | -77/+8 |
| * | | | | | s390/dasd: reshuffle struct dasd_ccw_req | Sebastian Ott | 2018-06-12 | 1 | -11/+3 |
| * | | | | | s390/dasd: remove dasd_kmalloc_set_cda | Sebastian Ott | 2018-06-12 | 1 | -6/+0 |