| Commit message (Expand) | Author | Files | Lines |
2019-07-31 | ice: track hardware stat registers past rollover | Jacob Keller | 5 | -130/+91 |
2019-07-31 | ice: add lp_advertising flow control support | Paul Greenwalt | 1 | -32/+72 |
2019-07-31 | staging/octeon: Fix build error without CONFIG_NETDEVICES | YueHaibing | 1 | -1/+2 |
2019-07-31 | selftests: mlxsw: Add a test for leftover DSCP rule | Petr Machata | 1 | -0/+19 |
2019-07-31 | selftests: mlxsw: Fix local variable declarations in DSCP tests | Petr Machata | 2 | -4/+7 |
2019-07-31 | myri10ge: remove unneeded variable | Ding Xiang | 1 | -2/+1 |
2019-07-31 | net: ag71xx: Slighly simplify code in 'ag71xx_rings_init()' | Christophe JAILLET | 1 | -1/+1 |
2019-07-31 | mac80211: HE STA disassoc due to QOS NULL not sent | Shay Bar | 1 | -1/+4 |
2019-07-31 | mac80211: allow setting spatial reuse parameters from bss_conf | John Crispin | 5 | -1/+36 |
2019-07-31 | nl80211: add strict start type | Johannes Berg | 1 | -0/+1 |
2019-07-31 | cfg80211: add support for parsing OBBS_PD attributes | John Crispin | 3 | -0/+87 |
2019-07-31 | mac80211: reject zero MAC address in add station | Karthikeyan Periyasamy | 1 | -1/+1 |
2019-07-31 | cfg80211: use parallel_ops for genl | Johannes Berg | 1 | -30/+78 |
2019-07-31 | mac80211_hwsim: fill boottime_ns in netlink RX path | Johannes Berg | 1 | -0/+7 |
2019-07-31 | mac80211: add missing null return check from call to ieee80211_get_sband | Colin Ian King | 1 | -0/+2 |
2019-07-31 | net: dsa: ksz: Add Microchip KSZ8795 DSA driver | Tristram Ha | 8 | -1/+2469 |
2019-07-31 | net: dsa: ksz: Add KSZ8795 tag code | Tristram Ha | 2 | -0/+64 |
2019-07-31 | dt-bindings: net: dsa: ksz: document Microchip KSZ87xx family switches | Marek Vasut | 1 | -0/+3 |
2019-07-31 | vsock/virtio: change the maximum packet size allowed | Stefano Garzarella | 1 | -2/+2 |
2019-07-31 | vhost/vsock: split packets to send using multiple buffers | Stefano Garzarella | 2 | -21/+60 |
2019-07-31 | vsock/virtio: fix locking in virtio_transport_inc_tx_pkt() | Stefano Garzarella | 2 | -3/+3 |
2019-07-31 | vsock/virtio: reduce credit update messages | Stefano Garzarella | 2 | -3/+14 |
2019-07-31 | vsock/virtio: limit the memory used per-socket | Stefano Garzarella | 4 | -9/+55 |
2019-07-30 | net: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 20 | -68/+15 |
2019-07-30 | linux: Remove bvec page_offset, use bv_offset | Jonathan Lemon | 2 | -9/+6 |
2019-07-30 | net: Use skb_frag_off accessors | Jonathan Lemon | 44 | -98/+100 |
2019-07-30 | linux: Add skb_frag_t page_offset accessors | Jonathan Lemon | 1 | -8/+59 |
2019-07-30 | sctp: factor out sctp_connect_add_peer | Xin Long | 1 | -45/+31 |
2019-07-30 | sctp: factor out sctp_connect_new_asoc | Xin Long | 1 | -84/+76 |
2019-07-30 | sctp: clean up __sctp_connect | Xin Long | 1 | -136/+73 |
2019-07-30 | sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectx | Xin Long | 1 | -1/+2 |
2019-07-30 | sctp: only copy the available addr data in sctp_transport_init | Xin Long | 1 | -1/+1 |
2019-07-30 | rxrpc: Fix -Wframe-larger-than= warnings from on-stack crypto | David Howells | 4 | -20/+96 |
2019-07-29 | bnxt_en: Add PCI IDs for 57500 series NPAR devices. | Michael Chan | 1 | -0/+12 |
2019-07-29 | bnxt_en: Support all variants of the 5750X chip family. | Michael Chan | 1 | -2/+6 |
2019-07-29 | bnxt_en: Refactor bnxt_init_one() and turn on TPA support on 57500 chips. | Michael Chan | 2 | -53/+67 |
2019-07-29 | bnxt_en: Support TPA counters on 57500 chips. | Michael Chan | 1 | -10/+31 |
2019-07-29 | bnxt_en: Allocate the larger per-ring statistics block for 57500 chips. | Michael Chan | 2 | -2/+9 |
2019-07-29 | bnxt_en: Refactor ethtool ring statistics logic. | Michael Chan | 1 | -50/+70 |
2019-07-29 | bnxt_en: Add hardware GRO setup function for 57500 chips. | Michael Chan | 1 | -1/+32 |
2019-07-29 | bnxt_en: Add TPA ID mapping logic for 57500 chips. | Michael Chan | 2 | -2/+53 |
2019-07-29 | bnxt_en: Add fast path logic for TPA on 57500 chips. | Michael Chan | 1 | -25/+75 |
2019-07-29 | bnxt_en: Set TPA GRO mode flags on 57500 chips properly. | Michael Chan | 1 | -3/+5 |
2019-07-29 | bnxt_en: Refactor tunneled hardware GRO logic. | Michael Chan | 1 | -41/+28 |
2019-07-29 | bnxt_en: Handle standalone RX_AGG completions. | Michael Chan | 1 | -2/+18 |
2019-07-29 | bnxt_en: Expand bnxt_tpa_info struct to support 57500 chips. | Michael Chan | 2 | -6/+41 |
2019-07-29 | bnxt_en: Refactor TPA logic. | Michael Chan | 1 | -48/+69 |
2019-07-29 | bnxt_en: Add TPA structure definitions for BCM57500 chips. | Michael Chan | 1 | -0/+67 |
2019-07-29 | bnxt_en: Update firmware interface spec. to 1.10.0.89. | Michael Chan | 2 | -16/+108 |
2019-07-29 | can: fix ioctl function removal | Oliver Hartkopp | 2 | -2/+16 |