summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-06-2814-35/+45
| |\ \ \ \
| | * | | | net/mlx5: Fix command interface race in polling modeAlex Vesker2018-06-261-1/+3
| | * | | | net/mlx5: Fix incorrect raw command length parsingAlex Vesker2018-06-261-3/+1
| | * | | | net/mlx5: Fix wrong size allocation for QoS ETC TC regitsterShay Agroskin2018-06-261-2/+2
| | * | | | net/mlx5: Fix required capability for manipulating MPFSEli Cohen2018-06-261-4/+5
| | * | | | net/mlx5: E-Switch, Disallow vlan/spoofcheck setup if not being esw managerEli Cohen2018-06-262-9/+5
| | * | | | IB/mlx5: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz2018-06-261-1/+1
| | * | | | net/mlx5e: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz2018-06-263-9/+9
| | * | | | net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz2018-06-267-7/+16
| | * | | | net/mlx5e: Don't attempt to dereference the ppriv struct if not being eswitch...Or Gerlitz2018-06-261-1/+5
| * | | | | selftests/net: Fix permissions for fib_tests.shShuah Khan2018-06-281-0/+0
| * | | | | Merge branch 'xdp-flush'David S. Miller2018-06-283-30/+48
| |\ \ \ \ \
| | * | | | | virtio_net: split XDP_TX kick and XDP_REDIRECT map flushingJesper Dangaard Brouer2018-06-281-11/+19
| | * | | | | i40e: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer2018-06-281-9/+15
| | * | | | | ixgbe: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer2018-06-281-10/+14
| |/ / / / /
| * | | | | net: macb: initialize bp->queues[0].bp for at91rm9200Alexandre Belloni2018-06-281-0/+2
| * | | | | bpfilter: check compiler capability in KconfigMasahiro Yamada2018-06-284-11/+2
| * | | | | hinic: reset irq affinity before freeing irqWei Yongjun2018-06-281-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-287-12/+69
| |\ \ \ \ \
| | * | | | | netfilter: nf_conncount: fix garbage collection confirm raceFlorian Westphal2018-06-261-5/+47
| | * | | | | netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn2018-06-261-3/+6
| | * | | | | netfilter: nf_log: fix uninit read in nf_log_proc_dostringJann Horn2018-06-261-0/+4
| | * | | | | netfilter: nf_ct_helper: Fix possible panic after nf_conntrack_helper_unregisterGao Feng2018-06-181-0/+5
| | * | | | | netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2018-06-183-4/+4
| | * | | | | netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet2018-06-181-0/+3
| * | | | | | nfp: cast sizeof() to int when comparing with error codeChengguang Xu2018-06-271-1/+1
| * | | | | | Merge branch 'nfp-MPLS-and-shared-blocks-TC-offload-fixes'David S. Miller2018-06-274-0/+33
| |\ \ \ \ \ \
| | * | | | | | nfp: reject binding to shared blocksJohn Hurley2018-06-273-0/+11
| | * | | | | | nfp: flower: fix mpls ether type detectionPieter Jansen van Vuuren2018-06-272-0/+22
| |/ / / / / /
| * | | | | | fib_rules: match rules based on suppress_* properties tooJason A. Donenfeld2018-06-271-0/+8
| * | | | | | rds: clean up loopback rds_connections on netns deletionSowmini Varadhan2018-06-273-1/+68
| * | | | | | Merge branch 'lan78xx-minor-fixes'David S. Miller2018-06-261-3/+34
| |\ \ \ \ \ \
| | * | | | | | net: lan78xx: Use s/w csum check on VLANs without tag strippingDave Stevenson2018-06-261-1/+6
| | * | | | | | net: lan78xx: Add support for VLAN tag stripping.Dave Stevenson2018-06-261-0/+22
| | * | | | | | net: lan78xx: Add support for VLAN filtering.Dave Stevenson2018-06-261-1/+4
| | * | | | | | net: lan78xx: Allow for VLAN headers in timeout calcsDave Stevenson2018-06-261-2/+3
| |/ / / / / /
| * | | | | | r8152: napi hangup fix after disconnectJiri Slaby2018-06-261-1/+2
* | | | | | | Linux 4.18-rc3v4.18-rc3Linus Torvalds2018-07-011-1/+1
* | | | | | | Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-012-5/+15
|\ \ \ \ \ \ \
| * | | | | | | Btrfs: fix mount failure when qgroup rescan is in progressFilipe Manana2018-06-281-3/+10
| * | | | | | | Btrfs: fix regression in btrfs_page_mkwrite() from vm_fault_t conversionChris Mason2018-06-281-1/+2
| * | | | | | | btrfs: quota: Set rescan progress to (u64)-1 if we hit last leafQu Wenruo2018-06-281-1/+3
* | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-011-1/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | proc: add proc_seq_releaseChunyu Hu2018-06-271-1/+10
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-017-7/+10
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'iio-fixes-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-06-265-5/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | iio: imu: inv_mpu6050: Fix probe() failure on older ACPI based machinesHans de Goede2018-06-241-0/+2
| | * | | | | | | | iio: buffer: fix the function signature to match implementationPhil Reid2018-06-241-1/+1
| | * | | | | | | | iio: mma8452: Fix ignoring MMA8452_INT_DRDYLeonard Crestez2018-06-241-1/+1
| | * | | | | | | | iio: tsl2x7x/tsl2772: avoid potential division by zeroColin Ian King2018-06-241-0/+2