summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sis900: fix TX completionSergej Benilov2019-06-221-8/+8
* net: stmmac: set IC bit when transmitting frames with HW timestampRoland Hii2019-06-221-8/+14
* net: stmmac: fixed new system time seconds value calculationRoland Hii2019-06-221-1/+1
* ppp: mppe: Add softdep to arc4Takashi Iwai2019-06-221-0/+1
* be2net: fix link failure after ethtool offline testPetr Oros2019-06-221-6/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-2125-112/+123
|\
| * tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-211-1/+2
| * inet: clear num_timeout reqsk_alloc()Eric Dumazet2019-06-193-8/+3
| * net: mvpp2: debugfs: Add pmap to fs dumpNathan Huckleberry2019-06-191-0/+3
| * ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern2019-06-191-1/+1
| * net: hns3: Fix inconsistent indentingKrzysztof Kozlowski2019-06-191-1/+1
| * Merge branch 'af_iucv-fixes'David S. Miller2019-06-191-13/+36
| |\
| | * net/af_iucv: always register net_device notifierJulian Wiedmann2019-06-191-7/+20
| | * net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann2019-06-191-5/+11
| | * net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann2019-06-191-1/+5
| |/
| * net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6185_g1_vtu_loadpurge()Rasmus Villemoes2019-06-191-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-06-183-14/+14
| |\
| | * netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault2019-06-071-3/+7
| | * netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault2019-06-041-7/+5
| | * netfilter: nf_tables: fix module autoload with inet familyPablo Neira Ayuso2019-05-312-4/+2
| * | hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-06-181-31/+8
| * | net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen2019-06-181-0/+5
| * | Merge branch 'net-netem-fix-issues-with-corrupting-GSO-frames'David S. Miller2019-06-181-12/+14
| |\ \
| | * | net: netem: fix use after free and double free with packet corruptionJakub Kicinski2019-06-181-8/+7
| | * | net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski2019-06-181-5/+8
| |/ /
| * | net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King2019-06-181-1/+1
| * | Merge branch 'net-fix-quite-a-few-dst_cache-crashes-reported-by-syzbot'David S. Miller2019-06-183-11/+15
| |\ \
| | * | tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long2019-06-181-5/+3
| | * | ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long2019-06-181-3/+6
| | * | ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long2019-06-181-3/+6
| |/ /
| * | tun: wake up waitqueues after IFF_UP is setFei Li2019-06-181-10/+9
| * | net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-06-181-3/+0
| * | tipc: fix issues with early FAILOVER_MSG from peerTuong Lien2019-06-182-4/+7
| * | bnx2x: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2019-06-182-1/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-06-2117-62/+174
|\ \ \
| * | | RDMA/efa: Handle mmap insertions overflowGal Pressman2019-06-181-5/+16
| * | | RDMA/efa: Fix success return value in case of errorGal Pressman2019-06-171-6/+18
| * | | IB/hfi1: Handle port down properly in pioMike Marciniszyn2019-06-174-7/+8
| * | | IB/hfi1: Handle wakeup of orphaned QPs for pioMike Marciniszyn2019-06-171-0/+16
| * | | IB/hfi1: Wakeup QPs orphaned on wait list after flushMike Marciniszyn2019-06-171-0/+17
| * | | IB/hfi1: Use aborts to trigger RC throttlingMike Marciniszyn2019-06-173-4/+37
| * | | IB/hfi1: Create inline to get extended headersMike Marciniszyn2019-06-172-20/+32
| * | | IB/hfi1: Silence txreq allocation warningsMike Marciniszyn2019-06-172-2/+3
| * | | IB/hfi1: Avoid hardlockup with flushlist_lockMike Marciniszyn2019-06-171-6/+3
| * | | IB/hfi1: Correct tid qp rcd to match verbs contextMike Marciniszyn2019-06-113-3/+15
| * | | IB/hfi1: Close PSM sdma_progress sleep windowMike Marciniszyn2019-06-112-9/+4
| * | | IB/hfi1: Validate fault injection opcode user inputKaike Wan2019-06-111-0/+5
* | | | Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-06-214-16/+14
|\ \ \ \
| * | | | SUNRPC: Fix a credential refcount leakTrond Myklebust2019-06-211-1/+0
| * | | | Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker2019-06-212-6/+2