summaryrefslogtreecommitdiffstats
path: root/net/caif (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-11selftests: udpgso_bench.sh explicitly requires bashPaolo Abeni1-1/+1
2018-10-11selftests: rtnetlink.sh explicitly requires bash.Paolo Abeni1-1/+1
2018-10-11qmi_wwan: Added support for Gemalto's Cinterion ALASxx WWAN interfaceGiacinto Cifelli1-0/+1
2018-10-11tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan1-2/+12
2018-10-11tipc: set link tolerance correctly in broadcast linkJon Maloy1-5/+11
2018-10-11net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca1-3/+4
2018-10-11net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca5-6/+92
2018-10-11net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport1-0/+2
2018-10-11rds: RDS (tcp) hangs on sendto() to unresponding addressKa-Cheong Poon1-3/+10
2018-10-10net: make skb_partial_csum_set() more robust against overflowsEric Dumazet1-5/+7
2018-10-10devlink: Add helper function for safely copy string paramMoshe Shemesh2-3/+28
2018-10-10devlink: Fix param cmode driverinit for string typeMoshe Shemesh1-3/+12
2018-10-10devlink: Fix param set handling for string typeMoshe Shemesh2-4/+9
2018-10-09net: ena: fix auto casting to booleanArthur Kiyanovski1-4/+4
2018-10-09net: ena: fix NULL dereference due to untimely napi initializationArthur Kiyanovski1-2/+7
2018-10-09net: ena: fix rare bug when failed restart/resume is followed by driver removalArthur Kiyanovski1-0/+4
2018-10-09net: ena: fix warning in rmmod caused by double iounmapArthur Kiyanovski1-8/+1
2018-10-08rxrpc: Fix the packet reception routineDavid Howells6-50/+105
2018-10-08rxrpc: Fix the rxrpc_tx_packet trace lineDavid Howells1-0/+1
2018-10-08rxrpc: Fix connection-level abort handlingDavid Howells3-15/+19
2018-10-08rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells1-9/+10
2018-10-08rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells1-6/+8
2018-10-08rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells1-16/+19
2018-10-08rxrpc: Don't need to take the RCU read lock in the packet receiverDavid Howells1-28/+13
2018-10-08rxrpc: Use the UDP encap_rcv hookDavid Howells4-44/+36
2018-10-08net/smc: retain old name for diag_mode fieldEugene Syromiatnikov1-1/+4
2018-10-08net/smc: use __aligned_u64 for 64-bit smc_diag fieldsEugene Syromiatnikov1-11/+11
2018-10-08net: sched: cls_u32: fix hnode refcountingAl Viro1-5/+5
2018-10-08udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina1-1/+1
2018-10-06mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black1-1/+1
2018-10-06ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant1-2/+2
2018-10-06mm/vmscan.c: fix int overflow in callers of do_shrink_slab()Kirill Tkhai1-4/+3
2018-10-06mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn1-0/+3
2018-10-06mm/vmstat.c: fix outdated vmstat_textJann Horn1-1/+0
2018-10-06proc: restrict kernel stack dumps to rootJann Horn1-0/+14
2018-10-06mm/hugetlb: add mmap() encodings for 32MB and 512MB page sizesAnshuman Khandual4-0/+8
2018-10-06mm/migrate.c: split only transparent huge pages when allocation failsAnshuman Khandual1-1/+1
2018-10-06ipc/shm.c: use ERR_CAST() for shm_lock() error returnKees Cook1-1/+1
2018-10-06mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctlYueHaibing1-1/+2
2018-10-06mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov2-1/+4
2018-10-06ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()Larry Chen1-4/+12
2018-10-06hugetlb: take PMD sharing into account when flushing tlb/cachesMike Kravetz1-9/+44
2018-10-06mm: migration: fix migration of huge PMD shared pagesMike Kravetz4-5/+94
2018-10-05net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier1-4/+5
2018-10-05ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang1-9/+20
2018-10-05net: sched: Add policy validation for tc attributesDavid Ahern1-4/+20
2018-10-05rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira1-9/+20
2018-10-05yam: fix a missing-check bugWenwen Wang1-0/+4
2018-10-05net: bpfilter: Fix type cast and pointer warningsShanthosh RK1-2/+2
2018-10-05net: cxgb3_main: fix a missing-check bugWenwen Wang1-0/+17