summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-11tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue
2018-10-11Merge branch 'net-explicitly-requires-bash-when-needed'David S. Miller
2018-10-11selftests: udpgso_bench.sh explicitly requires bashPaolo Abeni
2018-10-11selftests: rtnetlink.sh explicitly requires bash.Paolo Abeni
2018-10-10qmi_wwan: Added support for Gemalto's Cinterion ALASxx WWAN interfaceGiacinto Cifelli
2018-10-10tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan
2018-10-10tipc: set link tolerance correctly in broadcast linkJon Maloy
2018-10-10Merge branch 'net-ipv4-fixes-for-PMTU-when-link-MTU-changes'David S. Miller
2018-10-10net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-10-10net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport
2018-10-10Merge tag 'rxrpc-fixes-20181008' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2018-10-10rds: RDS (tcp) hangs on sendto() to unresponding addressKa-Cheong Poon
2018-10-10net: make skb_partial_csum_set() more robust against overflowsEric Dumazet
2018-10-10Merge branch 'devlink-param-type-string-fixes'David S. Miller
2018-10-10devlink: Add helper function for safely copy string paramMoshe Shemesh
2018-10-10devlink: Fix param cmode driverinit for string typeMoshe Shemesh
2018-10-10devlink: Fix param set handling for string typeMoshe Shemesh
2018-10-09Merge branch 'ena-fixes'David S. Miller
2018-10-09net: ena: fix auto casting to booleanArthur Kiyanovski
2018-10-09net: ena: fix NULL dereference due to untimely napi initializationArthur Kiyanovski
2018-10-09net: ena: fix rare bug when failed restart/resume is followed by driver removalArthur Kiyanovski
2018-10-09net: ena: fix warning in rmmod caused by double iounmapArthur Kiyanovski
2018-10-08rxrpc: Fix the packet reception routineDavid Howells
2018-10-08rxrpc: Fix the rxrpc_tx_packet trace lineDavid Howells
2018-10-08rxrpc: Fix connection-level abort handlingDavid Howells
2018-10-08rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells
2018-10-08rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells
2018-10-08rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells
2018-10-08rxrpc: Don't need to take the RCU read lock in the packet receiverDavid Howells
2018-10-08rxrpc: Use the UDP encap_rcv hookDavid Howells
2018-10-07Merge branch 'net-smc-userspace-breakage-fixes'David S. Miller
2018-10-07net/smc: retain old name for diag_mode fieldEugene Syromiatnikov
2018-10-07net/smc: use __aligned_u64 for 64-bit smc_diag fieldsEugene Syromiatnikov
2018-10-07net: sched: cls_u32: fix hnode refcountingAl Viro
2018-10-07udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-10-05Merge branch 'akpm'Greg Kroah-Hartman
2018-10-05mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black
2018-10-05ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant
2018-10-05mm/vmscan.c: fix int overflow in callers of do_shrink_slab()Kirill Tkhai
2018-10-05mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn
2018-10-05mm/vmstat.c: fix outdated vmstat_textJann Horn
2018-10-05proc: restrict kernel stack dumps to rootJann Horn
2018-10-05mm/hugetlb: add mmap() encodings for 32MB and 512MB page sizesAnshuman Khandual
2018-10-05mm/migrate.c: split only transparent huge pages when allocation failsAnshuman Khandual
2018-10-05ipc/shm.c: use ERR_CAST() for shm_lock() error returnKees Cook
2018-10-05mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctlYueHaibing
2018-10-05mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov
2018-10-05ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()Larry Chen