summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/tls: pass context to tls_device_decrypted()Jakub Kicinski2019-10-073-6/+8
* net/tls: make allocation failure unlikelyJakub Kicinski2019-10-071-3/+2
* net/tls: mark sk->err being set as unlikelyJakub Kicinski2019-10-071-1/+1
* net: sockmap: use bitmap for copy infoJakub Kicinski2019-10-072-6/+10
* net: core: use helper skb_ensure_writable in more placesHeiner Kallweit2019-10-071-12/+8
* ipv6: Make ipv6_mc_may_pull() return bool.David S. Miller2019-10-071-3/+3
* net: core: change return type of pskb_may_pull to boolHeiner Kallweit2019-10-071-3/+3
* Merge branch 'ena-set_channels'David S. Miller2019-10-073-93/+114
|\
| * net: ena: ethtool: support set_channels callbackSameeh Jubran2019-10-073-3/+35
| * net: ena: remove redundant print of number of queuesSameeh Jubran2019-10-071-2/+2
| * net: ena: make ethtool -l show correct max number of queuesSameeh Jubran2019-10-073-25/+29
| * net: ena: ethtool: get_channels: use combined onlySameeh Jubran2019-10-071-8/+2
| * net: ena: multiple queue creation related cleanupsSameeh Jubran2019-10-071-20/+11
| * net: ena: change num_queues to num_io_queues for clarity and consistencySameeh Jubran2019-10-073-44/+44
|/
* Merge branch 'samples-pktgen-allow-to-specify-destination-IP-range'David S. Miller2019-10-0711-65/+244
|\
| * samples: pktgen: allow to specify destination IP range (CIDR)Daniel T. Lee2019-10-0710-12/+55
| * samples: pktgen: add helper functions for IP(v4/v6) CIDR parsingDaniel T. Lee2019-10-071-3/+134
| * samples: pktgen: fix proc_cmd command result check logicDaniel T. Lee2019-10-071-6/+11
| * samples: pktgen: make variable consistent with optionDaniel T. Lee2019-10-078-44/+44
|/
* Merge branch 'netdevsim-implement-devlink-dev_info-op'David S. Miller2019-10-072-1/+28
|\
| * selftests: add netdevsim devlink dev info testJiri Pirko2019-10-071-1/+20
| * netdevsim: implement devlink dev_info opJiri Pirko2019-10-071-0/+8
|/
* net: devlink: fix reporter dump dumpitJiri Pirko2019-10-071-1/+2
* Merge branch 'stmmac-next'David S. Miller2019-10-067-46/+245
|\
| * net: stmmac: Implement L3/L4 Filters in GMAC4+Jose Abreu2019-10-063-0/+128
| * net: stmmac: selftests: Add tests for VLAN Perfect FilteringJose Abreu2019-10-061-37/+77
| * net: stmmac: Fallback to VLAN Perfect filtering if HASH is not availableJose Abreu2019-10-064-9/+40
|/
* nfc: s3fwrn5: fix platform_no_drv_owner.cocci warningYueHaibing2019-10-061-1/+0
* nfc: nfcmrvl: fix platform_no_drv_owner.cocci warningYueHaibing2019-10-061-1/+0
* net: dsa: ksz9477: fix platform_no_drv_owner.cocci warningYueHaibing2019-10-061-1/+0
* net/rds: Add missing include fileYueHaibing2019-10-062-0/+2
* Merge branch 'mlxsw-Query-number-of-modules-from-firmware'David S. Miller2019-10-067-62/+103
|\
| * mlxsw: minimal: Add validation for FW versionVadim Pasternak2019-10-061-0/+30
| * mlxsw: core: Push minor/subminor fw version check into helperVadim Pasternak2019-10-063-3/+16
| * mlxsw: thermal: Provide optimization for QSFP modules number detectionVadim Pasternak2019-10-061-21/+16
| * mlxsw: hwmon: Provide optimization for QSFP modules number detectionVadim Pasternak2019-10-061-35/+29
| * mlxsw: reg: Extend MGPIR register with new field exposing the number of QSFP ...Vadim Pasternak2019-10-063-3/+12
|/
* Merge branch 'netdevsim-allow-to-test-reload-failures'David S. Miller2019-10-063-0/+46
|\
| * selftests: test netdevsim reload forbid and failJiri Pirko2019-10-061-0/+24
| * netdevsim: add couple of debugfs bools to debug devlink reloadJiri Pirko2019-10-062-0/+22
|/
* Merge branch 'net-genetlink-parse-attrs-for-dumpit-callback'David S. Miller2019-10-0611-225/+243
|\
| * devlink: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-32/+6
| * net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko2019-10-062-21/+0
| * net: tipc: allocate attrs locally instead of using genl_family_attrbuf in com...Jiri Pirko2019-10-063-17/+15
| * net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-064-18/+9
| * net: nfc: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-12/+5
| * net: ieee802154: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-25/+14
| * net: genetlink: parse attrs and store in contect info struct during dumpitJiri Pirko2019-10-062-17/+26
| * net: genetlink: push attrbuf allocation and parsing to a separate functionJiri Pirko2019-10-061-22/+45
| * net: genetlink: introduce dump info struct to be available during dumpit opJiri Pirko2019-10-062-9/+52