aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2019-07-31tc-testing: Clarify the use of tdc's -d optionLucas Bates2-5/+11
2019-07-31Merge tag 'mlx5-updates-2019-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller12-255/+424
2019-07-31staging/octeon: Fix build error without CONFIG_NETDEVICESYueHaibing1-1/+2
2019-07-31Merge tag 'mac80211-next-for-davem-2019-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller40-374/+1070
2019-07-31Merge branch 'mlxsw-Test-coverage-for-DSCP-leftover-fix'David S. Miller2-4/+26
2019-07-31selftests: mlxsw: Add a test for leftover DSCP rulePetr Machata1-0/+19
2019-07-31selftests: mlxsw: Fix local variable declarations in DSCP testsPetr Machata2-4/+7
2019-07-31myri10ge: remove unneeded variableDing Xiang1-2/+1
2019-07-31net: ag71xx: Slighly simplify code in 'ag71xx_rings_init()'Christophe JAILLET1-1/+1
2019-07-31mac80211: HE STA disassoc due to QOS NULL not sentShay Bar1-1/+4
2019-07-31mac80211: allow setting spatial reuse parameters from bss_confJohn Crispin5-1/+36
2019-07-31nl80211: add strict start typeJohannes Berg1-0/+1
2019-07-31cfg80211: add support for parsing OBBS_PD attributesJohn Crispin3-0/+87
2019-07-31mac80211: reject zero MAC address in add stationKarthikeyan Periyasamy1-1/+1
2019-07-31cfg80211: use parallel_ops for genlJohannes Berg1-30/+78
2019-07-31mac80211_hwsim: fill boottime_ns in netlink RX pathJohannes Berg1-0/+7
2019-07-31mac80211: add missing null return check from call to ieee80211_get_sbandColin Ian King1-0/+2
2019-07-30Merge branch 'net-dsa-ksz-Add-Microchip-KSZ87xx-support'David S. Miller11-1/+2536
2019-07-30net: dsa: ksz: Add Microchip KSZ8795 DSA driverTristram Ha8-1/+2469
2019-07-30net: dsa: ksz: Add KSZ8795 tag codeTristram Ha2-0/+64
2019-07-30dt-bindings: net: dsa: ksz: document Microchip KSZ87xx family switchesMarek Vasut1-0/+3
2019-07-30Merge branch 'vsock-virtio-optimizations-to-increase-the-throughput'David S. Miller4-38/+134
2019-07-30vsock/virtio: change the maximum packet size allowedStefano Garzarella1-2/+2
2019-07-30vhost/vsock: split packets to send using multiple buffersStefano Garzarella2-21/+60
2019-07-30vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()Stefano Garzarella2-3/+3
2019-07-30vsock/virtio: reduce credit update messagesStefano Garzarella2-3/+14
2019-07-30vsock/virtio: limit the memory used per-socketStefano Garzarella4-9/+55
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd20-68/+15
2019-07-30Merge branch 'Finish-conversion-of-skb_frag_t-to-bio_vec'David S. Miller46-111/+161
2019-07-30linux: Remove bvec page_offset, use bv_offsetJonathan Lemon2-9/+6
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon44-98/+100
2019-07-30linux: Add skb_frag_t page_offset accessorsJonathan Lemon1-8/+59
2019-07-30Merge branch 'sctp-clean-up-sctp_connect-function'David S. Miller2-231/+147
2019-07-30sctp: factor out sctp_connect_add_peerXin Long1-45/+31
2019-07-30sctp: factor out sctp_connect_new_asocXin Long1-84/+76
2019-07-30sctp: clean up __sctp_connectXin Long1-136/+73
2019-07-30sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectxXin Long1-1/+2
2019-07-30sctp: only copy the available addr data in sctp_transport_initXin Long1-1/+1
2019-07-30rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoDavid Howells4-20/+96
2019-07-29net/mlx5e: Protect tc flow table with mutexVlad Buslov2-0/+9
2019-07-29net/mlx5e: Rely on rcu instead of rtnl lock when getting upper devVlad Buslov2-2/+18
2019-07-29net/mlx5e: Eswitch, use state_lock to synchronize vlan changeVlad Buslov2-12/+20
2019-07-29net/mlx5e: Eswitch, change offloads num_flows type to atomic64Vlad Buslov3-6/+8
2019-07-29net/mlx5e: Protect unready flows with dedicated lockVlad Buslov3-7/+40
2019-07-29net/mlx5e: Protect tc flows hashtable with rcuVlad Buslov1-7/+40
2019-07-29net/mlx5e: Change flow flags type to unsigned longVlad Buslov4-97/+149
2019-07-29net/mlx5e: Extend tc flow struct with reference counterVlad Buslov1-88/+105
2019-07-29net/mlx5e: Simplify get_route_and_out_devs helper functionEli Britstein1-12/+7
2019-07-29net/mlx5e: Fix unnecessary flow_block_cb_is_busy callwenxu1-4/+0
2019-07-29net/mlx5e: Improve ethtool rxnfc callback structureSaeed Mahameed3-22/+28