summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: axienet: Use standard IO accessorsRobert Hancock2019-06-062-4/+4
* net: axienet: Fix casting of pointers to u32Robert Hancock2019-06-062-20/+17
* net: stmmac: socfpga: fix phy and ptp_ref setup for Arria10/Stratix10Dinh Nguyen2019-06-061-13/+104
* dt-bindings: socfpga-dwmac: add "altr, socfpga-stmmac-a10-s10" bindingDinh Nguyen2019-06-061-2/+8
* Merge branch 'nfp-tls-add-basic-TX-offload'David S. Miller2019-06-0615-47/+1421
|\
| * nfp: tls: add basic statisticsJakub Kicinski2019-06-064-12/+64
| * nfp: tls: add/delete TLS TX connectionsDirk van der Merwe2019-06-062-2/+303
| * nfp: tls: add datapath support for TLS TXDirk van der Merwe2019-06-063-0/+65
| * net/tls: export TLS per skb encryptionDirk van der Merwe2019-06-062-0/+7
| * net/tls: simplify driver context retrievalJakub Kicinski2019-06-061-6/+22
| * net/tls: split the TLS_DRIVER_STATE_SIZE and bump TX to 16 bytesJakub Kicinski2019-06-061-3/+4
| * nfp: prepare for more TX metadata prependJakub Kicinski2019-06-062-10/+35
| * nfp: add tls init codeJakub Kicinski2019-06-069-2/+245
| * nfp: parse crypto opcode TLVJakub Kicinski2019-06-062-0/+21
| * nfp: add support for sending control messages via mailboxJakub Kicinski2019-06-067-8/+646
| * nfp: parse the mailbox cmsg TLVJakub Kicinski2019-06-062-0/+12
| * nfp: make bar_lock a semaphoreJakub Kicinski2019-06-062-10/+5
| * nfp: count all failed TX attempts as errorsJakub Kicinski2019-06-061-7/+5
|/
* net: phy: Add detection of 1000BaseX link mode supportRobert Hancock2019-06-062-0/+5
* net: mscc: ocelot: remove unused variable 'vcap_data_t'YueHaibing2019-06-061-1/+1
* net: fec: Do not use netdev messages too earlyFabio Estevam2019-06-061-3/+3
* vxlan: Use FDB_HASH_SIZE hash_locks to reduce contentionLitao jiao2019-06-062-34/+60
* ipv6: fix spelling mistake: "wtih" -> "with"Colin Ian King2019-06-061-1/+1
* r8169: silence sparse warning in rtl8169_start_xmitHeiner Kallweit2019-06-061-1/+1
* Merge branch 'tcp-flowlabel'David S. Miller2019-06-054-9/+31
|\
| * ipv6: tcp: send consistent flowlabel in TIME_WAIT stateEric Dumazet2019-06-051-0/+2
| * ipv6: tcp: enable flowlabel reflection in some RST packetsEric Dumazet2019-06-054-9/+29
|/
* lib: objagg: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-06-051-4/+2
* inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu2019-06-051-3/+2
* net: phy: remove state PHY_FORCINGHeiner Kallweit2019-06-052-35/+2
* net: rds: add per rds connection cache statisticsZhu Yanjun2019-06-052-0/+4
* Merge branch 'dwmac-mediatek'David S. Miller2019-06-053-3/+15
|\
| * net: stmmac: dwmac4: fix flow control issueBiao Huang2019-06-051-2/+6
| * net: stmmac: modify default value of tx-framesBiao Huang2019-06-051-1/+1
| * net: stmmac: dwmac-mediatek: disable rx watchdogBiao Huang2019-06-051-0/+1
| * net: stmmac: dwmac-mediatek: enable Ethernet power domainBiao Huang2019-06-051-0/+7
|/
* drivers: net: vxlan: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-051-1/+1
* net: ipv6: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-052-2/+2
* net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-054-4/+4
* net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-051-1/+1
* net: socket: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-051-1/+1
* nfp: flower: use struct_size() helperGustavo A. R. Silva2019-06-051-2/+1
* i40e: Check and set the PF driver state first in i40e_ndo_set_vf_macLihong Yang2019-06-051-5/+5
* i40e: Do not check VF state in i40e_ndo_get_vf_configLihong Yang2019-06-051-4/+2
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-06-0513-124/+200
|\
| * net: ixgbevf: fix a missing check of ixgbevf_write_msg_read_ackKangjie Lu2019-06-051-3/+2
| * ixgbe: implement support for SDP/PPS output on X550 hardwareJacob Keller2019-06-052-5/+108
| * net: hns3: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-052-2/+1
| * ice: Use LLDP ethertype define ETH_P_LLDPJeff Kirsher2019-06-051-3/+1
| * ixgbe: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-052-3/+1