summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-078236-65880/+11136
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-0734-131/+218
| |\
| | * pktgen: do not sleep with the thread lock held.Paolo Abeni2019-06-061-0/+11
| | * net: mvpp2: Use strscpy to handle stat stringsMaxime Chevallier2019-06-061-2/+2
| | * net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun2019-06-061-4/+6
| | * Merge branch 'ipv6-fix-EFAULT-on-sendto-with-icmpv6-and-hdrincl'David S. Miller2019-06-061-7/+18
| | |\
| | | * ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz2019-06-061-5/+8
| | | * ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz2019-06-061-2/+10
| | |/
| | * Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu2019-06-061-3/+3
| | * net: aquantia: fix wol configuration not applied sometimesNikita Danilov2019-06-062-8/+10
| | * ethtool: fix potential userspace buffer overflowVivien Didelot2019-06-061-1/+4
| | * Fix memory leak in sctp_process_initNeil Horman2019-06-062-10/+8
| | * net: rds: fix memory leak when unload rds_rdmaZhu Yanjun2019-06-062-1/+4
| | * ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long2019-06-061-2/+1
| | * ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long2019-06-061-12/+12
| | * Merge branch 's390-qeth-fixes'David S. Miller2019-06-053-12/+44
| | |\
| | | * s390/qeth: handle error when updating TX queue countJulian Wiedmann2019-06-051-6/+16
| | | * s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter2019-06-051-1/+1
| | | * s390/qeth: check dst entry before useJulian Wiedmann2019-06-051-5/+25
| | | * s390/qeth: handle limited IPv4 broadcast in L3 TX pathJulian Wiedmann2019-06-051-0/+2
| | |/
| | * net: fix indirect calls helpers for ptype list hooks.Paolo Abeni2019-06-051-3/+3
| | * net: ipvlan: Fix ipvlan device tso disabled while NETIF_F_IP_CSUM is setMiaohe Lin2019-06-051-1/+1
| | * udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale2019-06-051-2/+1
| | * Merge branch 'net-tls-redo-the-RX-resync-locking'David S. Miller2019-06-042-8/+22
| | |\
| | | * net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski2019-06-042-6/+25
| | | * Revert "net/tls: avoid NULL-deref on resync during device removal"Jakub Kicinski2019-06-041-10/+5
| | |/
| | * net: dsa: sja1105: Fix link speed not working at 100 Mbps and belowVladimir Oltean2019-06-041-16/+16
| | * net: phylink: avoid reducing support maskRussell King2019-06-041-4/+9
| | * net: sfp: read eeprom in maximum 16 byte incrementsRussell King2019-06-041-4/+20
| | * selftests: set sysctl bc_forwarding properly in router_broadcast.shXin Long2019-06-041-1/+4
| | * net: ethernet: mediatek: Use NET_IP_ALIGN to judge if HW RX_2BYTE_OFFSET is e...Sean Wang2019-06-041-1/+2
| | * net: ethernet: mediatek: Use hw_feature to judge if HWLRO is supportedSean Wang2019-06-041-6/+6
| | * net: ethernet: ti: cpsw_ethtool: fix ethtool ring param setIvan Khoronzhuk2019-06-031-1/+1
| | * packet: unconditionally free po->rolloverWillem de Bruijn2019-06-031-1/+1
| | * Update my email addressWei Liu2019-06-021-1/+1
| | * net: hns: Fix loopback test failed at copper portsYonglong Liu2019-06-021-0/+4
| | * net: dsa: mv88e6xxx: avoid error message on remove from VLAN 0Nikita Yushchenko2019-06-021-1/+1
| | * net: dsa: sja1105: Don't store frame type in skb->cbVladimir Oltean2019-05-312-19/+3
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-06-0717-35/+95
| |\ \
| | * | RDMA/efa: Remove MAYEXEC flag check from mmap flowGal Pressman2019-05-291-1/+0
| | * | mlx5: avoid 64-bit divisionMichal Kubecek2019-05-292-3/+8
| | * | IB/hfi1: Validate page aligned for a given virtual addressKamenee Arumugam2019-05-291-0/+3
| | * | IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn2019-05-293-4/+2
| | * | IB/hfi1: Insure freeze_work work_struct is canceled on shutdownMike Marciniszyn2019-05-291-0/+1
| | * | IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn2019-05-291-1/+2
| | * | RDMA/core: Fix panic when port_data isn't initializedKamal Heib2019-05-271-5/+9
| | * | RDMA/uverbs: Pass udata on uverbs error unwindGal Pressman2019-05-272-5/+6
| | * | RDMA/core: Clear out the udata before error unwindJason Gunthorpe2019-05-273-6/+19
| | * | RDMA/hns: Fix PD memory leak for internal allocationLeon Romanovsky2019-05-211-0/+1
| | * | RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky2019-05-213-10/+44